add undotree
This commit is contained in:
parent
8286a94451
commit
db76a57bcd
2 changed files with 102 additions and 1 deletions
|
|
@ -3,6 +3,11 @@
|
|||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {
|
||||
|
||||
{
|
||||
'mbbill/undotree',
|
||||
keys = {
|
||||
{ "<leader>U", "<Cmd>UndotreeToggle<CR>", desc = "Undotree Toggle" },
|
||||
},
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue