mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
12 lines
201 B
Nix
12 lines
201 B
Nix
{
|
|
vim.lazy.plugins.undotree = {
|
|
package = "undotree";
|
|
cmd = [
|
|
"UndotreeToggle"
|
|
"UndotreeShow"
|
|
"UndotreeHide"
|
|
"UndotreePersistUndo"
|
|
"UndotreeFocus"
|
|
];
|
|
};
|
|
}
|