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