Simplify plugin management even more (#1518)

This commit is contained in:
siduck 2022-09-02 11:05:50 +05:30 committed by Sidhanth Rathod
parent f0c93c8472
commit d61946d3bf
5 changed files with 70 additions and 106 deletions

View file

@ -19,11 +19,7 @@ M.ui = {
transparency = false,
}
M.plugins = {
override = {},
remove = {},
user = {},
}
M.plugins = {}
-- check core.mappings for table structure
M.mappings = require "core.mappings"