This commit is contained in:
parent
7e48aee857
commit
c253f696a9
4 changed files with 160 additions and 98 deletions
|
@ -200,6 +200,9 @@ with lib;
|
|||
};
|
||||
|
||||
plugins = {
|
||||
dap = {
|
||||
enable = true;
|
||||
};
|
||||
image = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -276,6 +279,7 @@ with lib;
|
|||
treesitter = {
|
||||
enable = true;
|
||||
nixGrammars = true;
|
||||
settings.highlight.enable = true;
|
||||
};
|
||||
# surround.enable = true;
|
||||
fugitive.enable = true;
|
||||
|
@ -330,9 +334,9 @@ with lib;
|
|||
};
|
||||
servers = {
|
||||
cssls.enable = true;
|
||||
nil-ls.enable = true; #NixOS
|
||||
nil_ls.enable = true; #NixOS
|
||||
dockerls.enable = true;
|
||||
rust-analyzer = {
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installCargo = false;
|
||||
installRustc = false;
|
||||
|
@ -353,7 +357,7 @@ with lib;
|
|||
elixirls.enable = true;
|
||||
clangd.enable = true;
|
||||
yamlls.enable = true;
|
||||
lua-ls.enable = true;
|
||||
lua_ls.enable = true;
|
||||
};
|
||||
};
|
||||
trouble.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue