Simplify plugin management even more (#1518)

This commit is contained in:
siduck
2022-09-09 09:39:57 +05:30
committed by Sidhanth Rathod
parent f0c93c8472
commit d61946d3bf
5 changed files with 70 additions and 106 deletions
+1 -5
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"