added helper functions for removing plugins from default plugin table

This commit is contained in:
zbirenbaum 2022-01-30 20:28:19 -05:00 committed by siduck
parent a3a5b506de
commit 4b68a75853
3 changed files with 24 additions and 1 deletions

View file

@ -107,6 +107,8 @@ M.plugins = {
esc_insertmode_timeout = 300,
},
default_plugin_config_replace = {},
default_plugin_edit = {},
default_plugin_remove = {},
install = nil,
}