feat(nvim): re-add Telescope file browser

This commit is contained in:
Oliver Davies 2022-01-13 01:04:11 +00:00
parent c7a0954051
commit 6b8e3a8c59
2 changed files with 2 additions and 0 deletions

View file

@ -83,5 +83,6 @@ return packer.startup(function()
-- Telescope
use "nvim-telescope/telescope.nvim"
use "nvim-telescope/telescope-file-browser.nvim"
use { "nvim-telescope/telescope-fzf-native.nvim", run = "make" }
end)

View file

@ -35,6 +35,7 @@ telescope.setup {
},
}
telescope.load_extension "file_browser"
telescope.load_extension "fzf"
telescope.load_extension "refactoring"