mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 09:15:57 +01:00
utility/precognition: remove useless mappings
i was going to add binds to toggle/enable/disable but ehhh idk
This commit is contained in:
parent
a53a44bf13
commit
fab51c4354
1 changed files with 0 additions and 11 deletions
|
@ -53,16 +53,5 @@ in {
|
||||||
default = ["startify"];
|
default = ["startify"];
|
||||||
example = literalExpression ''[ "startify" ]'';
|
example = literalExpression ''[ "startify" ]'';
|
||||||
};
|
};
|
||||||
|
|
||||||
mappings = {
|
|
||||||
# enable = mkOption {
|
|
||||||
# };
|
|
||||||
#
|
|
||||||
# disable = mkOption {
|
|
||||||
# };
|
|
||||||
#
|
|
||||||
# toggle = mkOption {
|
|
||||||
# };
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue