1
0
Fork 0

neovim: switch from fzf to telescope for fuzzy finder

This commit is contained in:
Pratham Patel 2023-01-22 09:53:26 +05:30
parent f7c3ce68cc
commit 06d73887ac
1 changed files with 3 additions and 3 deletions

View File

@ -18,11 +18,11 @@ Plug 'hrsh7th/cmp-vsnip'
Plug 'hrsh7th/vim-vsnip'
" fuzzy finder
Plug 'airblade/vim-rooter'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim'
" optional
Plug 'airblade/vim-rooter'
Plug 'nvim-lua/popup.nvim'
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim'