local config = require('config') local u = require('utils') local config = u.merge({ -- use the night style style = 'night', light_style = 'moon', sidebars = { 'qf', 'packer', 'help' }, }, config.plugins.tokyonight or {}) return config