Better handling of plugins preloading

This commit is contained in:
Price Hiller 2022-01-12 21:58:45 -06:00
parent e4ea7dd4fb
commit 91534e25ca
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1 @@
require("plugins.plugins") require("plugins.plugins")
require("plugins.mappings")

View File

@ -0,0 +1,3 @@
-- Anything that needs to be loaded FIRST
-- needs to required here
require("plugins.mappings")