Added haskell and c# lsp
This commit is contained in:
parent
9b4078ad58
commit
3019a71877
1 changed files with 13 additions and 8 deletions
|
|
@ -8,14 +8,19 @@
|
||||||
nixd.enable = true;
|
nixd.enable = true;
|
||||||
marksman.enable = true;
|
marksman.enable = true;
|
||||||
lua_ls.enable = true;
|
lua_ls.enable = true;
|
||||||
html.enable = true;
|
html.enable = true;
|
||||||
cssls.enable = true;
|
cssls.enable = true;
|
||||||
pyright.enable = true;
|
pyright.enable = true;
|
||||||
rust_analyzer = {
|
rust_analyzer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
installCargo = false;
|
installCargo = false;
|
||||||
installRustc = false;
|
installRustc = false;
|
||||||
};
|
};
|
||||||
|
hls = {
|
||||||
|
enable = true;
|
||||||
|
installGhc = false;
|
||||||
|
};
|
||||||
|
csharp_ls.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue