refactor: clean & re-organise default_config + chadrc
this completely overhauls the design of the two configuration files, aiming to move options & various tables into a more sensible table structure BREAKING CHANGE: this will break any user modificiations to the current config
This commit is contained in:
@@ -42,7 +42,7 @@ local icon_styles = {
|
||||
},
|
||||
}
|
||||
|
||||
local user_statusline_style = require("core.utils").load_config().ui.plugin.statusline.style
|
||||
local user_statusline_style = require("core.utils").load_config().plugins.options.statusline.style
|
||||
local statusline_style = icon_styles[user_statusline_style]
|
||||
|
||||
-- Initialize the components table
|
||||
|
||||
Reference in New Issue
Block a user