We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09afee7 commit 206038aCopy full SHA for 206038a
1 file changed
lua/cmake-tools/const.lua
@@ -21,7 +21,7 @@ local const = {
21
-- none: this will make this option ignored
22
target = vim.loop.cwd(), -- path to directory, this is used only if action == "soft_link" or action == "copy"
23
},
24
- cmake_kits_path = nil, -- this is used to specify global cmake kits path, see CMakeKits for detailed usage
+ cmake_kits_path = "~/.config/cmake-tools/", -- this is used to specify global cmake kits path, see CMakeKits for detailed usage
25
cmake_variants_message = {
26
short = { show = true }, -- whether to show short message
27
long = { show = true, max_length = 40 }, -- whether to show long message
0 commit comments