Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ require("cmake-tools").setup {
-- copy: this will automatically copy compile commands file to target
-- lsp: this will automatically set compile commands file location using lsp
-- none: this will make this option ignored
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"
},
cmake_kits_path = nil, -- this is used to specify global cmake kits path, see CMakeKits for detailed usage
cmake_variants_message = {
Expand Down
Loading
Loading