added cmake tools
This commit is contained in:
parent
ed78b61632
commit
8de574df32
9
lua/plugins/cmake-tools.lua
Normal file
9
lua/plugins/cmake-tools.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
'Civitasv/cmake-tools.nvim',
|
||||
config = {
|
||||
cmake_command = "cmake",
|
||||
cmake_generate_options = { "-D", "CMAKE_EXPORT_COMPILE_COMMANDS=1", '-G', 'Ninja' },
|
||||
cmake_show_console = "always",
|
||||
cmake_build_directory = "build_nvim",
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user