new file browser for neovim telescope.

This commit is contained in:
Gabe Venberg 2022-01-07 16:26:30 -06:00
parent eb6428a51b
commit 51a5135297
2 changed files with 2 additions and 1 deletions

View file

@ -109,6 +109,7 @@ return require('packer').startup(function(use)
{'nvim-treesitter/nvim-treesitter'},
{'nvim-telescope/telescope-fzf-native.nvim', run = 'make' },
{'nvim-telescope/telescope-symbols.nvim'},
{'https://github.com/nvim-telescope/telescope-file-browser.nvim'},
},
config=function()
require'telescope'.load_extension('fzf')