don't load the fzf extension in the telescope setup

This commit is contained in:
Oliver Hartmann 2022-12-24 15:05:48 +01:00
parent 6b9089ee85
commit a62b9ca215

View File

@ -52,8 +52,6 @@ require('telescope').setup({
},
})
require('telescope').load_extension('fzf')
Project_files = function()
local opts = {} -- define here if you want to define something
local ok = pcall(require "telescope.builtin".git_files, opts)