removed depracted lazy call

This commit is contained in:
2023-03-24 17:31:18 +01:00
parent 04c9200050
commit 506583b78a
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
return {
'Civitasv/cmake-tools.nvim',
config = {
opts = {
cmake_command = 'cmake',
cmake_generate_options = { '-D', 'CMAKE_EXPORT_COMPILE_COMMANDS=1', '-G', 'Ninja' },
cmake_show_console = 'always',