feat(nvim/lsp): enabling some LSPs
This commit is contained in:
parent
8f1d382ce7
commit
60a5ce3f42
1 changed files with 14 additions and 0 deletions
|
@ -95,6 +95,20 @@ with lib;
|
|||
};
|
||||
|
||||
web-devicons.enable = true;
|
||||
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
nixd.enable = true;
|
||||
pylsp.enable = true;
|
||||
clangd.enable = true;
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installCargo = true;
|
||||
installRustc = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue