add ocaml lsp
This commit is contained in:
parent
4b03b91051
commit
78b94170a2
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ local function config(conf)
|
|||
end
|
||||
|
||||
-- LSP configurations
|
||||
local simple_language_servers = { 'tsserver', 'solargraph' }
|
||||
local simple_language_servers = { 'tsserver', 'solargraph', 'ocamllsp' }
|
||||
|
||||
for _, v in ipairs(simple_language_servers) do
|
||||
require('lspconfig')[v].setup(config())
|
||||
|
|
Loading…
Reference in a new issue