vim: Add nvim-telescope
This commit is contained in:
parent
b1e91a4b02
commit
39e4dc012f
2 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,9 @@ Plug 'junegunn/fzf.vim'
|
|||
Plug 'machakann/vim-highlightedyank'
|
||||
Plug 'mg979/vim-visual-multi', {'branch': 'master'}
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'nvim-lua/popup.nvim'
|
||||
Plug 'nvim-telescope/telescope.nvim'
|
||||
Plug 'preservim/nerdcommenter'
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue