diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-18 01:25:50 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-18 01:25:50 +0800 |
| commit | 302681126fa5658dac31e4083f6583e48c5c8153 (patch) | |
| tree | 569726cbbf6faa29015ea148f4e5fe6dde303f42 /lua/plugins.lua | |
| parent | b6488d44c168d0235cc16bb18c76ed250d54026d (diff) | |
add Telescope and its extensions
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' |
