install fzf with cmake (sourceforge ipbanned you-know-where)

This commit is contained in:
nik alexandrov 2024-10-04 12:38:35 +01:00
parent cd237e78c2
commit 6374ecb4dd
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ require('lazy').setup({
-- `build` is used to run some command when the plugin is installed/updated. -- `build` is used to run some command when the plugin is installed/updated.
-- This is only run then, not every time Neovim starts up. -- 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 -- `cond` is a condition used to determine whether this plugin should be
-- installed and loaded. -- installed and loaded.