mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
utility/undotree: added extra commands to lazy loader
This commit is contained in:
parent
861d6f3ed7
commit
1bb9454933
1 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,12 @@
|
||||||
{
|
{
|
||||||
vim.lazy.plugins.undotree = {
|
vim.lazy.plugins.undotree = {
|
||||||
package = "undotree";
|
package = "undotree";
|
||||||
cmd = [ "UndotreeToggle" ];
|
cmd = [
|
||||||
|
"UndotreeToggle"
|
||||||
|
"UndotreeShow"
|
||||||
|
"UndotreeHide"
|
||||||
|
"UndotreePersistUndo"
|
||||||
|
"UndotreeFocus"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue