Simplify plugin management even more (#1518)
This commit is contained in:
parent
f0c93c8472
commit
d61946d3bf
5 changed files with 70 additions and 106 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue