mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 19:01:35 +00:00
utility/undotree: removed unimportant boilerplate
This commit is contained in:
parent
b7b442737a
commit
81d566ac39
5 changed files with 20 additions and 20 deletions
|
@ -1,25 +1,9 @@
|
|||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib.types) bool int;
|
||||
inherit (lib.options) mkEnableOption mkOption;
|
||||
|
||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||
inherit (lib.options) mkEnableOption;
|
||||
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;
|
||||
# # ...
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue