From 145a8d08e77ee18c6e60ebb817d2ddb0d1487599 Mon Sep 17 00:00:00 2001 From: Ciaran Downey Date: Thu, 6 Aug 2020 18:31:08 -0700 Subject: Use .merlin as identifier for ocamllsp, not merlin This was missing the dot before. See https://github.com/ocaml/merlin/wiki/project-configuration for details on the file. --- lua/nvim_lsp/ocamllsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim_lsp/ocamllsp.lua b/lua/nvim_lsp/ocamllsp.lua index 11393893..c029e427 100644 --- a/lua/nvim_lsp/ocamllsp.lua +++ b/lua/nvim_lsp/ocamllsp.lua @@ -5,7 +5,7 @@ configs.ocamllsp = { default_config = { cmd = {"ocamllsp",}; filetypes = {'ocaml', 'reason'}; - root_dir = util.root_pattern("merlin", "package.json", ".git"); + root_dir = util.root_pattern(".merlin", "package.json", ".git"); }; docs = { description = [[ -- cgit v1.2.3-70-g09d2