Update init.lua

This commit is contained in:
Emile Bangma 2023-12-08 11:27:17 +01:00 committed by GitHub
parent 6df91db165
commit 29fe5b884b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},
},