SoloVim/lua/plugins/cmake-tools.lua
Kristofers Solo f5c52bcc9d
Update 2025-10-31
update 2025-10-08

chore: update readme

Update 2025-10-09

Update 2025-10-15

Update 2025-10-22

Update 2025-10-31
2025-10-31 11:59:53 +02:00

17 lines
295 B
Lua

return {
"Civitasv/cmake-tools.nvim",
ft = { "cpp", "c", "cmake" },
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
cmake_build_directory = "target/build/",
cmake_executor = {
default_opts = {
quickfix = {
show = "only_on_error",
size = 15,
},
},
},
},
}