Skip to content

Commit 8975ae3

Browse files
committed
feat(constants): Add cmake-tools config path
1 parent ea837cc commit 8975ae3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/cmake-tools/const.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ local const = {
2424
---@type string|fun(): string
2525
target = vim.loop.cwd, -- path or function returning path to directory, this is used only if action == "soft_link" or action == "copy"
2626
},
27+
cmake_config_path = vim.fn.expand("~") .. "/.config/cmake-tools/", -- this is used to specify global cmake config path
2728
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
2829
cmake_variants_message = {
2930
short = { show = true }, -- whether to show short message

0 commit comments

Comments
 (0)