Update init.lua
This commit is contained in:
parent
6df91db165
commit
29fe5b884b
2
init.lua
2
init.lua
|
@ -239,7 +239,7 @@ require('lazy').setup({
|
||||||
-- build = 'make',
|
-- build = 'make',
|
||||||
build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build',
|
build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build',
|
||||||
cond = function()
|
cond = function()
|
||||||
return vim.fn.executable 'make' == 1
|
return vim.fn.executable 'cmake' == 1
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue