plugins/helpview: init

This commit is contained in:
Austin Horstman 2024-09-15 17:01:50 -05:00
parent 336ba155ff
commit 95b322a522
No known key found for this signature in database
2 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{
empty = {
plugins.helpview.enable = true;
};
defaults = {
plugins.helpview = {
enable = true;
settings = {
buf_ignore = null;
mode = [
"n"
"c"
];
hybrid_modes = null;
callback = {
on_enable = null;
on_disable = null;
on_mode_change = null;
};
};
};
};
}