disable loading of telescope file_browser module

This commit is contained in:
Oliver Ladner 2024-01-23 12:11:55 +01:00
commit a309c7703e

View file

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