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