1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

add Telescope and its extensions

This commit is contained in:
jdhao 2021-10-18 01:25:50 +08:00
parent b6488d44c1
commit 302681126f

View File

@ -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'