summaryrefslogtreecommitdiff
path: root/users/kassouni/neovim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/kassouni/neovim.nix')
-rw-r--r--users/kassouni/neovim.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/kassouni/neovim.nix b/users/kassouni/neovim.nix
index b601ff9..ccdc9ca 100644
--- a/users/kassouni/neovim.nix
+++ b/users/kassouni/neovim.nix
@@ -31,6 +31,12 @@
# nixd.enable = true;
# lua_ls.enable = true;
# pyright.enable = true;
+ hls = {
+ enable = true;
+ installGhc = false;
+ package = null;
+ };
+ nixd.enable = true;
};
};