From 6374ecb4dd20d8bad59aebb6961d4b6fc5ea8124 Mon Sep 17 00:00:00 2001 From: nik alexandrov Date: Fri, 4 Oct 2024 12:38:35 +0100 Subject: [PATCH] install fzf with cmake (sourceforge ipbanned you-know-where) --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.