added hmts nixvim plugin
This commit is contained in:
parent
81fa1208f3
commit
530eff03e7
1 changed files with 6 additions and 1 deletions
|
@ -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;};
|
||||
|
|
Loading…
Add table
Reference in a new issue