small updates
Some checks are pending
Lint / lint (push) Waiting to run

This commit is contained in:
Vivian 2024-11-22 11:11:28 +01:00
parent 7e48aee857
commit c253f696a9
4 changed files with 160 additions and 98 deletions

View file

@ -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;