blob: 17dcdab9155c59e5513d64f3b563e3735f986af4 (
plain)
1
2
3
4
5
6
|
require("indent_blankline").setup {
char = "┊",
show_trailing_blankline_indent = false,
buftype_exclude = {'startify', 'help', 'terminal', 'packer'},
filetype_exclude = {'startify', 'help', 'terminal', 'packer'},
}
|