master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 8de574df32 - Show all commits

View 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",
}
}