mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
utility/undotree: added description to enable
Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
60dd59ecae
commit
4847c099eb
1 changed files with 1 additions and 1 deletions
|
@ -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