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;
|
||||
servers = {
|
||||
nixd.enable = true;
|
||||
}
|
||||
// lib.optionalAttrs config.dev.enable {
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installCargo = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue