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
+1 -1
View File
@@ -358,7 +358,7 @@ local treeview_node = node:split("left", view, {x = true}, true)
-- in the treeview node.
local toolbar_view = nil
local toolbar_plugin, ToolbarView = core.try(require, "plugins.toolbarview")
if config.toolbarview ~= false and toolbar_plugin then
if config.plugins.toolbarview ~= false and toolbar_plugin then
toolbar_view = ToolbarView()
treeview_node:split("down", toolbar_view, {y = true})
local min_toolbar_width = toolbar_view:get_min_width()