add and load Telescope file browser

This commit is contained in:
Oliver Ladner 2023-11-21 17:56:08 +01:00
commit 63fc8ca14d
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@ return {
config = function(lazy, opts)
local telescope = require('telescope')
telescope.load_extension('fzf')
telescope.load_extension('file_browser')
telescope.setup({
defaults = {
sorting_strategy = "ascending",