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 })
|
map("n", "<leader>a", "<cmd>ToggleTerm name=main<CR>", { desc = "Floating Terminal", silent = true })
|
||||||
|
|
||||||
-- Undotree
|
-- Undotree
|
||||||
map('n', '<leader>fu', vim.cmd.UndotreeToggle)
|
map("n", "<leader>fu", "<cmd>Telescope undo<cr>")
|
||||||
----
|
----
|
||||||
-- Cool Macros
|
-- Cool Macros
|
||||||
----
|
----
|
||||||
|
|
|
@ -115,10 +115,10 @@ in
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
spaceman-nvim
|
spaceman-nvim
|
||||||
telescope-nvim
|
telescope-nvim
|
||||||
|
telescope-undo-nvim
|
||||||
toggleterm-nvim
|
toggleterm-nvim
|
||||||
tokyonight-nvim
|
tokyonight-nvim
|
||||||
typst-vim
|
typst-vim
|
||||||
undotree
|
|
||||||
vim-lsp-cxx-highlight
|
vim-lsp-cxx-highlight
|
||||||
which-key-nvim
|
which-key-nvim
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue