Skip to content

Commit 2b330ee

Browse files
DenzellceWolf
authored andcommitted
chore: update readme
1 parent 43232b6 commit 2b330ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require("cmake-tools").setup {
4949
-- copy: this will automatically copy compile commands file to target
5050
-- lsp: this will automatically set compile commands file location using lsp
5151
-- 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"
52+
target = vim.loop.cwd, -- path or function returning path to directory, this is used only if action == "soft_link" or action == "copy"
5353
},
5454
cmake_kits_path = nil, -- this is used to specify global cmake kits path, see CMakeKits for detailed usage
5555
cmake_variants_message = {

0 commit comments

Comments
 (0)