From b19f515f18fb1b3f33f70efe3d77b0d7c2aa1054 Mon Sep 17 00:00:00 2001 From: tronglt Date: Sun, 26 Mar 2023 17:54:54 +0700 Subject: [PATCH] Add Telescope installation for Windows. --- init.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.lua b/init.lua index 4a1a918e..389ceee7 100644 --- a/init.lua +++ b/init.lua @@ -157,6 +157,13 @@ require('lazy').setup({ return vim.fn.executable 'make' == 1 end, }, + + -- Telescope installation for Windows only. + -- { + -- 'nvim-telescope/telescope-fzf-native.nvim', + -- build = + -- 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' + -- }, { -- Highlight, edit, and navigate code