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;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
clangd.enable = true;
|
clangd.enable = true;
|
||||||
hls.enable = true;
|
hls = {
|
||||||
|
enable = true;
|
||||||
|
installGhc = false;
|
||||||
|
};
|
||||||
lua_ls.enable = true;
|
lua_ls.enable = true;
|
||||||
marksman.enable = true;
|
marksman.enable = true;
|
||||||
# Try nixd
|
# Try nixd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue