global/neovim: disable hls installing ghc
This commit is contained in:
parent
db036cfb80
commit
a219762178
1 changed files with 4 additions and 1 deletions
|
@ -132,7 +132,10 @@ in
|
|||
enable = true;
|
||||
servers = {
|
||||
clangd.enable = true;
|
||||
hls.enable = true;
|
||||
hls = {
|
||||
enable = true;
|
||||
installGhc = false;
|
||||
};
|
||||
lua_ls.enable = true;
|
||||
marksman.enable = true;
|
||||
# Try nixd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue