mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 10:53:51 -08:00
feat: add undotree
This commit is contained in:
parent
6f76853957
commit
b123800156
2 changed files with 9 additions and 0 deletions
|
@ -750,5 +750,13 @@
|
|||
desc = "Toggle autoformat in buffer";
|
||||
};
|
||||
}
|
||||
{
|
||||
action = ":UndotreeToggle<CR>";
|
||||
key = "<Leader>u";
|
||||
options = {
|
||||
noremap = true;
|
||||
desc = "Open undotree";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
};
|
||||
trouble.enable = true;
|
||||
barbecue.enable = true;
|
||||
undotree.enable = true;
|
||||
lualine = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue