add undotree keybind

This commit is contained in:
Patrick Neff 2024-08-07 12:05:34 +02:00
parent 66b7f13861
commit df70ebbe18
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
{
plugins.undotree.enable = true;
keymaps = [
{
key = "<leader>u";
action = "<cmd>UndotreeToggle<CR>";
options = {
silent = true;
};
}
];
}