diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-07-22 23:30:49 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-07-22 23:30:49 -0700 |
| commit | 2f815bb8fbf9397c92f0d88b80dd83c6ef5698b7 (patch) | |
| tree | 566453e7704570d6713b79543ed59b049ad73bce /users/kassouni/neovim.nix | |
| parent | 23ba623e405d0aa8d554274aacd019d7a015aa9d (diff) | |
more
Diffstat (limited to 'users/kassouni/neovim.nix')
| -rw-r--r-- | users/kassouni/neovim.nix | 6 |
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; }; }; |
