diff options
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 7 |
1 files changed, 7 insertions, 0 deletions
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' |
