We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43232b6 commit 2b330eeCopy full SHA for 2b330ee
1 file changed
README.md
@@ -49,7 +49,7 @@ require("cmake-tools").setup {
49
-- copy: this will automatically copy compile commands file to target
50
-- lsp: this will automatically set compile commands file location using lsp
51
-- none: this will make this option ignored
52
- target = vim.loop.cwd() -- path to directory, this is used only if action == "soft_link" or action == "copy"
+ target = vim.loop.cwd, -- path or function returning path to directory, this is used only if action == "soft_link" or action == "copy"
53
},
54
cmake_kits_path = nil, -- this is used to specify global cmake kits path, see CMakeKits for detailed usage
55
cmake_variants_message = {
0 commit comments