config: added skip_plugins_version

This new config flag ignores the plugins version check at startup
which helps a lot when working on new or old plugins that doesn't match
the mod or lite-xl version and you still desire to load them to fix them
by checking with lite-xl it self which errors need to be corrected.
This commit is contained in:
jgmdev
2022-03-10 22:29:33 -04:00
parent e08353ea08
commit d9909cf4ea
2 changed files with 5 additions and 3 deletions
+3
View File
@@ -29,6 +29,9 @@ config.borderless = false
config.tab_close_button = true
config.max_clicks = 3
-- set as true to be able to test non supported plugins
config.skip_plugins_version = false
config.plugins = {}
-- Allow you to set plugin configs even if we haven't seen the plugin before.
setmetatable(config.plugins, {