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:
parent
b6488d44c1
commit
302681126f
@ -77,6 +77,13 @@ require("packer").startup({
|
|||||||
use({ "Yggdroot/LeaderF", cmd = "Leaderf", run = ":LeaderfInstallCExtension" })
|
use({ "Yggdroot/LeaderF", cmd = "Leaderf", run = ":LeaderfInstallCExtension" })
|
||||||
end
|
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
|
-- Another similar plugin is command-t
|
||||||
-- use 'wincent/command-t'
|
-- use 'wincent/command-t'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user