add ocaml lsp

This commit is contained in:
Rawley Fowler 2022-08-01 07:58:06 -06:00 committed by GitHub
parent 4b03b91051
commit 78b94170a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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())