From fe69076089857f99644bcf67814e2a99c396b96b Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Thu, 26 Jan 2023 00:31:32 -0700 Subject: fix language server stuff --- lua/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/lsp.lua b/lua/lsp.lua index 8c12deb..f21556e 100644 --- a/lua/lsp.lua +++ b/lua/lsp.lua @@ -21,7 +21,7 @@ configs.clangd = { cmd = { "clangd" }, filetypes = { "c", "cpp" }, settings = {}, - root_dir = nvim_lsp.util.root_pattern({"Makefile", "CMakeLists.txt"}), + root_dir = nvim_lsp.util.root_pattern({"Makefile", "CMakeLists.txt", ""}), }, } -- cgit