summaryrefslogtreecommitdiffstats
path: root/site/posts
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2023-05-02 11:36:38 +0200
committerThomas Letan <lthms@soap.coffee>2023-05-02 11:36:38 +0200
commit506007c91bb32543041b6cf2239a591fed448229 (patch)
tree43afcdc39e4a6c3594e10cf096a0e6c16ef03e97 /site/posts
parentBlogpost and OCaml, tree-sitter and LSP in neovim (diff)
Simplify code snippet
Diffstat (limited to 'site/posts')
-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')