summaryrefslogtreecommitdiff
path: root/hm/editors
diff options
context:
space:
mode:
Diffstat (limited to 'hm/editors')
-rw-r--r--hm/editors/nixvim/nixvim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/editors/nixvim/nixvim.nix b/hm/editors/nixvim/nixvim.nix
index 068012f..835556a 100644
--- a/hm/editors/nixvim/nixvim.nix
+++ b/hm/editors/nixvim/nixvim.nix
@@ -260,7 +260,7 @@ in
lsp = {
enable = true;
servers = {
- # zls.enable = true;
+ zls.enable = true;
nil_ls.enable = true;
clangd.enable = true;
};