feat: add new Telescope extensions including frecency, undo tree, and recent files

This commit is contained in:
2024-09-15 01:07:03 -04:00
parent 70c3f4dc44
commit d140f928ca
7 changed files with 150 additions and 64 deletions
+7 -6
View File
@@ -134,12 +134,6 @@ return {
lazy = false,
config = data.types.barsNlines.config,
},
{ -- Frecency Telescope extension
"nvim-telescope/telescope-frecency.nvim",
config = function()
require("telescope").load_extension("frecency")
end,
},
{ -- UndoTree Telescope extension
"nvim-telescope/telescope.nvim",
dependencies = {
@@ -169,4 +163,11 @@ return {
{ -- NumberToggle
"sitiom/nvim-numbertoggle",
},
{
"folke/noice.nvim",
optional = true,
opts = {
presets = { inc_rename = true },
},
},
}