From 6df91db165d6da717baf1ae97cbddb0e5bb36433 Mon Sep 17 00:00:00 2001 From: Emile Bangma Date: Fri, 8 Dec 2023 11:20:47 +0100 Subject: [PATCH] Update init.lua CMake Telescope --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 36cc9a52..7e2cf915 100644 --- a/init.lua +++ b/init.lua @@ -236,7 +236,8 @@ require('lazy').setup({ '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', + -- build = 'make', + build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build', cond = function() return vim.fn.executable 'make' == 1 end,