Namespace plugin-specific configuration settings.

This commit is contained in:
Adam Harrison
2021-07-15 17:58:14 -04:00
parent d10865bcc4
commit e539310e6d
5 changed files with 14 additions and 10 deletions
+4 -2
View File
@@ -28,7 +28,9 @@ config.tab_close_button = true
-- Disable plugin loading setting to false the config entry
-- of the same name.
config.trimwhitespace = false
config.lineguide = false
config.plugins = {}
config.plugins.trimwhitespace = false
config.plugins.lineguide = false
return config