From fbbd1ef9b71b322d6e6d0afea451ca7ef9f43066 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Wed, 10 Jan 2024 13:26:32 +0100 Subject: [PATCH] bugfix: use cmake instead --- init.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/init.lua b/init.lua index d110e3d..e24516b 100644 --- a/init.lua +++ b/init.lua @@ -193,12 +193,7 @@ require('lazy').setup({ 'nvim-lua/plenary.nvim', { 'nvim-telescope/telescope-fzf-native.nvim', - -- NOTE: If you are having trouble with this installation, - -- refer to the README for telescope-fzf-native for more instructions. - build = 'make', - cond = function() - return vim.fn.executable 'make' == 1 - end, + build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release; cmake --build build --config Release; cmake --install build --prefix build', }, }, },