mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-03 20:22:21 +00:00
Compare commits
No commits in common. "4847c099ebceacb073b2cddfb0c0e41fe75ea84d" and "861d6f3ed7d68b16381b9893ec6603e9e30ed6d3" have entirely different histories.
4847c099eb
...
861d6f3ed7
2 changed files with 3 additions and 8 deletions
|
|
@ -1,12 +1,7 @@
|
||||||
|
{ ... }:
|
||||||
{
|
{
|
||||||
vim.lazy.plugins.undotree = {
|
vim.lazy.plugins.undotree = {
|
||||||
package = "undotree";
|
package = "undotree";
|
||||||
cmd = [
|
cmd = [ "UndotreeToggle" ];
|
||||||
"UndotreeToggle"
|
|
||||||
"UndotreeShow"
|
|
||||||
"UndotreeHide"
|
|
||||||
"UndotreePersistUndo"
|
|
||||||
"UndotreeFocus"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,6 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.vim.undotree = {
|
options.vim.undotree = {
|
||||||
enable = mkEnableOption "undo history visualizer for Vim [undotree]";
|
enable = mkEnableOption "undotree";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue