move nixvim hmts to treesitter.nix
This commit is contained in:
parent
fd75282eb1
commit
9134f73531
2 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
plugins = {
|
plugins = {
|
||||||
|
|
||||||
hmts.enable = true;
|
|
||||||
|
|
||||||
lsp-lines = { enable = true; };
|
lsp-lines = { enable = true; };
|
||||||
lsp-format = { enable = true; };
|
lsp-format = { enable = true; };
|
||||||
lsp = {
|
lsp = {
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
highlight.enable = true;
|
highlight.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
hmts.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue