nvf/modules/plugins/utility/undotree/config.nix

12 lines
209 B
Nix

{
vim.lazy.plugins.utility.undotree = {
package = "undotree";
cmd = [
"UndotreeToggle"
"UndotreeShow"
"UndotreeHide"
"UndotreePersistUndo"
"UndotreeFocus"
];
};
}