added hmts nixvim plugin

This commit is contained in:
willifan 2025-01-04 21:02:31 +01:00
parent 81fa1208f3
commit 530eff03e7

View file

@ -2,6 +2,9 @@
{
programs.nixvim = {
plugins = {
hmts.enable = true;
lsp-lines = {enable = true;};
lsp-format = {enable = true;};
lsp = {
@ -11,7 +14,9 @@
clangd = {enable = true;};
html = {enable = true;};
lua_ls = {enable = true;};
nixd = {enable = true;};
nixd = {
enable = true;
};
pyright = {enable = true;};
gopls = {enable = true;};
jsonls = {enable = true;};