utility/undotree: init module

This commit is contained in:
Abhi 2025-07-19 14:14:40 -04:00
commit b7b442737a
No known key found for this signature in database
2 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{ lib, ... }:
let
inherit (lib.types) bool int;
inherit (lib.options) mkEnableOption mkOption;
inherit (lib.nvim.types) mkPluginSetupOption;
in
{
options.vim.undotree = {
enable = mkEnableOption "undotree";
setupOpts = mkPluginSetupOption "undotree" {
# enable_feature_a = mkOption {
# type = bool;
# default = false;
# # ...
# };
#
# number_option = mkOption {
# type = int;
# default = 3;
# # ...
# };
};
};
}

View file

@ -2497,6 +2497,19 @@
"url": "https://github.com/chomosuke/typst-preview.nvim/archive/dea4525d5420b7c32eebda7de15a6beb9d6574fa.tar.gz", "url": "https://github.com/chomosuke/typst-preview.nvim/archive/dea4525d5420b7c32eebda7de15a6beb9d6574fa.tar.gz",
"hash": "0y658l2ibq0x4cwa4rl3lab7aw4ba68xcrdnxp81p2rsk0d60qq4" "hash": "0y658l2ibq0x4cwa4rl3lab7aw4ba68xcrdnxp81p2rsk0d60qq4"
}, },
"undotree": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "mbbill",
"repo": "undotree"
},
"branch": "master",
"submodules": false,
"revision": "28f2f54a34baff90ea6f4a735ef1813ad875c743",
"url": "https://github.com/mbbill/undotree/archive/28f2f54a34baff90ea6f4a735ef1813ad875c743.tar.gz",
"hash": "0k9qfp64rbwy1lc62x0vkwfl3qlx8633lfbhqxkf64yqwi81ysp5"
},
"vim-dirtytalk": { "vim-dirtytalk": {
"type": "Git", "type": "Git",
"repository": { "repository": {