move nixvim hmts to treesitter.nix

This commit is contained in:
willifan 2025-03-23 21:13:12 +01:00
parent fd75282eb1
commit 9134f73531
2 changed files with 1 additions and 2 deletions

View file

@ -3,8 +3,6 @@
programs.nixvim = {
plugins = {
hmts.enable = true;
lsp-lines = { enable = true; };
lsp-format = { enable = true; };
lsp = {

View file

@ -8,6 +8,7 @@
highlight.enable = true;
};
};
hmts.enable = true;
};
}