summaryrefslogtreecommitdiff
path: root/home/neovim
diff options
context:
space:
mode:
Diffstat (limited to 'home/neovim')
-rw-r--r--home/neovim/config.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/home/neovim/config.nix b/home/neovim/config.nix
index aa5816e..52bae04 100644
--- a/home/neovim/config.nix
+++ b/home/neovim/config.nix
@@ -53,7 +53,10 @@ in
};
# list of lsp servers to load
lsps =
- optionalAttrs config.development.c.enable {
+ {
+ nixd = {};
+ }
+ // optionalAttrs config.development.c.enable {
clangd = {};
}
// optionalAttrs config.development.java.enable {