feat: add emmet.nvim and ts-autotag

This commit is contained in:
autumn-the-kitty-cat
2025-11-28 18:04:26 -05:00
parent 93784a1909
commit 3c404ce97c
2 changed files with 10 additions and 1 deletions
@@ -1,8 +1,8 @@
{ ... }:
{
imports = [
./codesnap.nix
./emmet.nix
./rustaceanvim.nix
./telescope.nix
./toggleterm.nix
@@ -24,6 +24,7 @@
quickmath.enable = true;
render-markdown.enable = true;
treesj.enable = true;
ts-autotag.enable = true;
visual-multi.enable = true;
web-devicons.enable = true;
yazi.enable = true;