[nvim] Install telescope

Add these bindings:
- find_files to ,ff
- live_grep to ,fg
- buffers to ,fb
- help_tags to ,fh
This commit is contained in:
Eryn Wells 2024-11-09 08:34:10 -08:00
parent b233d52b6d
commit 440efbf8fc
3 changed files with 12 additions and 0 deletions

View file

@ -36,6 +36,8 @@ Plug 'honza/vim-snippets'
Plug 'dracula/vim', {'as': 'dracula'}
if has('nvim')
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim', { 'tag': '0.1.8' }
Plug 'neovim/nvim-lspconfig'
Plug 'hrsh7th/cmp-nvim-lsp'
Plug 'hrsh7th/cmp-nvim-lsp'