From 302681126fa5658dac31e4083f6583e48c5c8153 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 18 Oct 2021 01:25:50 +0800 Subject: [PATCH] add Telescope and its extensions --- lua/plugins.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 3c5d720..ac95e93 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -77,6 +77,13 @@ require("packer").startup({ use({ "Yggdroot/LeaderF", cmd = "Leaderf", run = ":LeaderfInstallCExtension" }) end + use { + 'nvim-telescope/telescope.nvim', + requires = { {'nvim-lua/plenary.nvim'} } + } + -- search emoji and other symbols + use 'nvim-telescope/telescope-symbols.nvim' + -- Another similar plugin is command-t -- use 'wincent/command-t'