This commit is contained in:
Hadi
2024-03-11 20:18:22 +01:00
parent 149e61ac40
commit fc06455cbf
7 changed files with 136 additions and 58 deletions

View File

@@ -1,5 +1,7 @@
{
programs.nixvim.plugins.lsp = {
programs.nixvim.plugins = {
lsp-format.enable = true;
lsp = {
enable = true;
servers = {
bashls.enable = true;
@@ -15,4 +17,5 @@
"K" = "hover";
};
};
};
}