--[[ Loads settings for indent-blankline plugin This file only loads others To have a full display of the configuration structure, see the root init.lua --]] require('plugins.indent-blankline.display') -- ui and graphical settings require('plugins.indent-blankline.exclusions') -- excluded context require('plugins.indent-blankline.mapping') -- key mapping settings require('plugins.indent-blankline.setup') -- setup settings