mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49: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 = {
|
||||
enable = true;
|
||||
enabledServers = ["ocamllsp"];
|
||||
servers = {
|
||||
gopls = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue