Removed OCaml

This commit is contained in:
Eduardo Cueto-Mendoza 2024-10-27 15:20:50 +00:00
parent 540ebbdc05
commit 2e29638de2
1 changed files with 0 additions and 10 deletions

View File

@ -25,7 +25,6 @@ then
'bashls',
'julials',
'ltex',
'ocamllsp',
'pylsp',
'rust_analyzer',
})
@ -38,7 +37,6 @@ then
'julials',
'lua_ls',
'ltex',
'ocamllsp',
'pylsp',
'rust_analyzer',
})
@ -49,7 +47,6 @@ then
lsp.ensure_installed({
-- Replace these with whatever servers you want to install
'bashls',
'ocamllsp',
'pylsp'
})
elseif (MY_OS == 'Darwin')
@ -61,7 +58,6 @@ then
'julials',
'lua_ls',
'ltex',
'ocamllsp',
'pylsp',
'rust_analyzer',
})
@ -172,8 +168,6 @@ then
},
})
require('lspconfig').ocamllsp.setup({})
require('lspconfig').pylsp.setup {
settings = {
pylsp = {
@ -231,8 +225,6 @@ then
},
})
require('lspconfig').ocamllsp.setup({})
require('lspconfig').pylsp.setup {
settings = {
pylsp = {
@ -335,8 +327,6 @@ then
},
})
require('lspconfig').ocamllsp.setup({})
require('lspconfig').pylsp.setup {
settings = {
pylsp = {