mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
added support for ocaml lsp server
This commit is contained in:
parent
32dd9d3d25
commit
010b5f3663
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ in
|
||||||
|
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enabledServers = ["ocamllsp"];
|
||||||
servers = {
|
servers = {
|
||||||
gopls = {
|
gopls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue