enable nvim lsp servers with dev module
This commit is contained in:
parent
02554c5e87
commit
005a8f4063
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ in
|
||||||
inlayHints = true;
|
inlayHints = true;
|
||||||
servers = {
|
servers = {
|
||||||
nixd.enable = true;
|
nixd.enable = true;
|
||||||
|
}
|
||||||
|
// lib.optionalAttrs config.dev.enable {
|
||||||
rust_analyzer = {
|
rust_analyzer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
installCargo = true;
|
installCargo = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue