summaryrefslogtreecommitdiff
path: root/hm/editors/nixvim
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-03-13 23:41:17 +0100
committeradikro <adikro@disroot.org>2026-03-13 23:41:17 +0100
commitf0c0e311c003057f24d8045509a627ad2acab978 (patch)
treea1955fe601c487aab46fa47838cd25b8273508ac /hm/editors/nixvim
parentffefb53956c38909da77fe7ebbbb5d8b5dd823b9 (diff)
removing obsolete stuff
Diffstat (limited to 'hm/editors/nixvim')
-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;
};