You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/cmake-tools/const.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ local const = {
21
21
-- none: this will make this option ignored
22
22
target=vim.loop.cwd(), -- path to directory, this is used only if action == "soft_link" or action == "copy"
23
23
},
24
-
cmake_kits_path="~/.config/cmake-tools/", -- this is used to specify global cmake kits path, see CMakeKits for detailed usage
24
+
cmake_kits_path=vim.fn.expand("~") .."/.config/cmake-tools/cmake-kits.json", -- this is used to specify global cmake kits path, see CMakeKits for detailed usage
25
25
cmake_variants_message= {
26
26
short= { show=true }, -- whether to show short message
27
27
long= { show=true, max_length=40 }, -- whether to show long message
0 commit comments