Nvim: switch from telescope to fzf (I like the search algorithm better)
This commit is contained in:
parent
34e9c50de8
commit
8427208a2a
3 changed files with 2 additions and 42 deletions
|
@ -46,11 +46,8 @@ require('packer').startup(function()
|
|||
-- Tree explorer
|
||||
use {'kyazdani42/nvim-tree.lua', requires = 'kyazdani42/nvim-web-devicons'}
|
||||
|
||||
-- Telescope
|
||||
use {
|
||||
'nvim-telescope/telescope.nvim',
|
||||
requires = {{'nvim-lua/popup.nvim'}, {'nvim-lua/plenary.nvim'}}
|
||||
}
|
||||
-- FZF FTW
|
||||
use 'junegunn/fzf.vim'
|
||||
|
||||
-- Do stuff as sudo
|
||||
use 'lambdalisue/suda.vim'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue