--[[ Loads list of excluded context where we do not needs to use the plugin --]] require('indent_blankline').setup{ filetype_exclude = { 'dashboard' -- used by the dashboard-nvim plugin }, }