[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:
parent
b233d52b6d
commit
440efbf8fc
3 changed files with 12 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue