add ocaml
This commit is contained in:
parent
a6f014273e
commit
83bfb8d51d
3 changed files with 9 additions and 3 deletions
|
@ -190,8 +190,8 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
pyright = {
|
||||
-- python
|
||||
-- python
|
||||
pylsp = {
|
||||
capabilities = capabilities,
|
||||
},
|
||||
marksman = {
|
||||
|
@ -219,6 +219,10 @@ return {
|
|||
-- xml
|
||||
capabilities = capabilities,
|
||||
},
|
||||
ocamllsp = {
|
||||
-- ocaml
|
||||
capabilities = capabilities,
|
||||
}
|
||||
}
|
||||
if NIX then
|
||||
local lsp_servers = vim.tbl_keys(servers or {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue