nvim: switch undotree for telescope-undo-nvim
Undotree did not have live updates like I wanted, so I have switched to the telescope one which does.
This commit is contained in:
parent
a1c38f605d
commit
2d5b5cb37d
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ map("n", "<leader>>", "<cmd>BufferLineMoveNext<CR>", { desc = "Move buffer right
|
|||
map("n", "<leader>a", "<cmd>ToggleTerm name=main<CR>", { desc = "Floating Terminal", silent = true })
|
||||
|
||||
-- Undotree
|
||||
map('n', '<leader>fu', vim.cmd.UndotreeToggle)
|
||||
map("n", "<leader>fu", "<cmd>Telescope undo<cr>")
|
||||
----
|
||||
-- Cool Macros
|
||||
----
|
||||
|
|
|
@ -115,10 +115,10 @@ in
|
|||
nvim-lspconfig
|
||||
spaceman-nvim
|
||||
telescope-nvim
|
||||
telescope-undo-nvim
|
||||
toggleterm-nvim
|
||||
tokyonight-nvim
|
||||
typst-vim
|
||||
undotree
|
||||
vim-lsp-cxx-highlight
|
||||
which-key-nvim
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue