diff --git a/init.lua b/init.lua index fefb5d62..a5c9a37b 100644 --- a/init.lua +++ b/init.lua @@ -257,7 +257,7 @@ require('lazy').setup({ -- `build` is used to run some command when the plugin is installed/updated. -- This is only run then, not every time Neovim starts up. - build = 'make', + build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release', -- `cond` is a condition used to determine whether this plugin should be -- installed and loaded.