diff --git a/after/plugin/lsp.lua b/after/plugin/lsp.lua index 64f4de9..a62a8e5 100755 --- a/after/plugin/lsp.lua +++ b/after/plugin/lsp.lua @@ -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 = {