enable nvim lsp servers with dev module

This commit is contained in:
wi11-holdsworth 2025-08-28 18:05:44 +10:00
parent 02554c5e87
commit 005a8f4063

View file

@ -73,6 +73,8 @@ in
inlayHints = true;
servers = {
nixd.enable = true;
}
// lib.optionalAttrs config.dev.enable {
rust_analyzer = {
enable = true;
installCargo = true;