install fzf with cmake (sourceforge ipbanned you-know-where)
This commit is contained in:
parent
cd237e78c2
commit
6374ecb4dd
2
init.lua
2
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.
|
||||
|
|
Loading…
Reference in New Issue