dotfiles/private_dot_config/nvim/lua/plugins/indent-blankline/exclusions.lua
2023-07-27 22:39:59 +02:00

11 lines
209 B
Lua

--[[
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
},
}