refactor
This commit is contained in:
16
modules/neovim/plugins/lsp.nix
Normal file
16
modules/neovim/plugins/lsp.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
programs.nixvim.plugins = {
|
||||
lsp = {
|
||||
enable = true;
|
||||
inlayHints = true;
|
||||
servers = {
|
||||
nil_ls.enable = true;
|
||||
cssls.enable = true;
|
||||
dockerls.enable = true;
|
||||
yamlls.enable = true;
|
||||
vtsls.enable = true;
|
||||
zk.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user