Update init.lua

pull/560/head
Emile Bangma 2 years ago committed by GitHub
parent 6df91db165
commit 29fe5b884b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save