utility/undotree: added description to enable

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
Abhirath A 2025-07-20 05:39:51 -04:00 committed by GitHub
commit 4847c099eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,6 @@ let
in
{
options.vim.undotree = {
enable = mkEnableOption "undotree";
enable = mkEnableOption "undo history visualizer for Vim [undotree]";
};
}