feat(navigation): undo history tree via telescope

This commit is contained in:
Guz
2025-05-19 17:14:58 -03:00
parent a6af0b11cb
commit f4c7433fd2
2 changed files with 4 additions and 0 deletions

View File

@@ -54,13 +54,16 @@ return {
desc = "[Telescope] Find word in all files",
},
{ "fs", ":lua require('telescope.builtin').resume()<cr>", desc = "[Telescope] Resume search" },
{ "<leader>u", "<cmd>Telescope undo<cr>", desc = "[Telescope] Undo history" },
},
after = function()
require("telescope").setup()
require("telescope").load_extension("zf-native")
require("telescope").load_extension("undo")
end,
},
{ "telescope-zf-native.nvim", dep_of = { "telescope.nvim" } },
{ "telescope-undo.nvim", dep_of = { "telescope.nvim" } },
-- File quick switching
{

View File

@@ -50,6 +50,7 @@
tailwind-tools-nvim
telescope-nvim
telescope-zf-native-nvim
telescope-undo-nvim
trouble-nvim
tmux-nvim
vim-sleuth