chore(neovim): replace vim-helm plugin with helm-ls-nvim
This commit is contained in:
parent
c155aa783d
commit
7994ecd86c
1 changed files with 4 additions and 1 deletions
|
@ -205,7 +205,10 @@ in
|
|||
type = "lua";
|
||||
config = ( builtins.readFile ./files/plugins/nvim-k8s-lsp.lua );
|
||||
}
|
||||
vim-helm
|
||||
{
|
||||
plugin = helm-ls-nvim;
|
||||
type = "lua";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue