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
@@ -0,0 +1,8 @@
{ ... }:
{
programs.nixvim.plugins.emmet = {
enable = true;
settings.leader = "<C-Y>";
settings.mode = "a";
};
}