refactor(nvim): dynamically manage lsp files
This commit is contained in:
parent
50564f6eb2
commit
0b49ad2e92
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ let
|
||||||
"vim.lsp.enable('${lib.removeSuffix ".lua" k}')"
|
"vim.lsp.enable('${lib.removeSuffix ".lua" k}')"
|
||||||
) (builtins.readDir ./files/lsp);
|
) (builtins.readDir ./files/lsp);
|
||||||
|
|
||||||
## Tony plugins to have a proper helm linting.
|
## Tony plugins to have a proper helm linting.
|
||||||
nvim-k8s-lsp = pkgs.vimUtils.buildVimPlugin {
|
nvim-k8s-lsp = pkgs.vimUtils.buildVimPlugin {
|
||||||
pname = "nvim-k8s-lsp";
|
pname = "nvim-k8s-lsp";
|
||||||
version = "main";
|
version = "main";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue