Update Plugin Config

This commit is contained in:
Alexander Gehrke 2024-03-15 15:10:00 +01:00
parent 2a36c3fc7a
commit 2eca6c0d56
8 changed files with 124 additions and 249 deletions

View file

@ -50,6 +50,5 @@ return {
local telescope = require('telescope')
telescope.setup(opts)
telescope.load_extension('fzf')
telescope.load_extension('ui-select')
end,
}