From 78dc86af11cf3add3f2c27d357ffd6294fc9fc93 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 4 Oct 2024 18:52:04 +0200 Subject: use ocamllsp from opam --- common/home/programs/nixvim/plugins/lsp.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'common/home/programs/nixvim') diff --git a/common/home/programs/nixvim/plugins/lsp.nix b/common/home/programs/nixvim/plugins/lsp.nix index 578518f..b52520d 100644 --- a/common/home/programs/nixvim/plugins/lsp.nix +++ b/common/home/programs/nixvim/plugins/lsp.nix @@ -23,7 +23,11 @@ pyright.enable = true; - ocamllsp.enable = true; + ocamllsp = { + enable = true; + package = null; + cmd = [ "ocamllsp" ]; + }; }; keymaps.lspBuf = { -- cgit v1.2.3-70-g09d2