[Telescope] Add more plugins

This commit is contained in:
2025-10-04 09:32:53 +02:00
parent 5cd1cc63e5
commit 4c5aaeec97
2 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
return {
"nvim-telescope/telescope-frecency.nvim",
-- install the latest stable version
version = "*",
config = function()
require("telescope").load_extension("frecency")
end,
}