mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-02 03:48:47 +00:00
Compare commits
3 commits
861d6f3ed7
...
4847c099eb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4847c099eb |
||
|
|
60dd59ecae |
||
|
|
1bb9454933 |
2 changed files with 8 additions and 3 deletions
|
|
@ -1,7 +1,12 @@
|
||||||
{ ... }:
|
|
||||||
{
|
{
|
||||||
vim.lazy.plugins.undotree = {
|
vim.lazy.plugins.undotree = {
|
||||||
package = "undotree";
|
package = "undotree";
|
||||||
cmd = [ "UndotreeToggle" ];
|
cmd = [
|
||||||
|
"UndotreeToggle"
|
||||||
|
"UndotreeShow"
|
||||||
|
"UndotreeHide"
|
||||||
|
"UndotreePersistUndo"
|
||||||
|
"UndotreeFocus"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,6 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.vim.undotree = {
|
options.vim.undotree = {
|
||||||
enable = mkEnableOption "undotree";
|
enable = mkEnableOption "undo history visualizer for Vim [undotree]";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue