From 506007c91bb32543041b6cf2239a591fed448229 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Tue, 2 May 2023 11:36:38 +0200 Subject: Simplify code snippet --- site/posts/NeoVimOcamlInterfacesAndLSP.org | 1 - 1 file changed, 1 deletion(-) 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') -- cgit v1.2.3