diff --git a/init.lua b/init.lua index 7e2cf915..c7ee588d 100644 --- a/init.lua +++ b/init.lua @@ -239,7 +239,7 @@ require('lazy').setup({ -- build = 'make', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build', cond = function() - return vim.fn.executable 'make' == 1 + return vim.fn.executable 'cmake' == 1 end, }, },