summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/posts/NeoVimOcamlInterfacesAndLSP.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/site/posts/NeoVimOcamlInterfacesAndLSP.org b/site/posts/NeoVimOcamlInterfacesAndLSP.org
index a8fcc3f..c31681d 100644
--- a/site/posts/NeoVimOcamlInterfacesAndLSP.org
+++ b/site/posts/NeoVimOcamlInterfacesAndLSP.org
@@ -32,7 +32,6 @@ I had to tweak my configuration a little bit.
#+begin_src lua
lspconfig.ocamllsp.setup({
- cmd = { 'ocamllsp', '--fallback-read-dot-merlin' },
-- Necessary to get tree sitter to work with .mli files
filetypes = vim.list_extend(
require('lspconfig.server_configurations.ocamllsp')