From 12ce7a91fe9dab694d077ed2e3be422c89d445ac Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Fri, 3 Jun 2022 17:10:13 +0100 Subject: Added LSP setting files, added these files to the lsp-installer. Also added lua.lua to enable the key binding gf to recognise lua pathnames --- lua/user/lsp/settings/cmake.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lua/user/lsp/settings/cmake.lua (limited to 'lua/user/lsp/settings/cmake.lua') diff --git a/lua/user/lsp/settings/cmake.lua b/lua/user/lsp/settings/cmake.lua new file mode 100644 index 0000000..c81df8a --- /dev/null +++ b/lua/user/lsp/settings/cmake.lua @@ -0,0 +1,12 @@ +return { + settings = { + + cmake = { + whitelist = {"cmake" }, + initialization_Options = { + buildDirectory = {"build"}, + }, + } + } +} + -- cgit v1.2.3