blob: aa094687651cb5de9033235c1071001ff16404fd (
plain)
1
2
3
4
5
6
7
|
require("indent_blankline").setup {
char = "|",
show_end_of_line = false,
disable_with_nolist = true,
buftype_exclude = {"terminal"},
filetype_exclude = { "help", "startify", "git", "markdown" },
}
|