feat: configure blankline exceptions
This commit is contained in:
parent
e7f411ac8f
commit
a94b69a34f
1 changed files with 4 additions and 2 deletions
|
@ -63,7 +63,9 @@ return require('packer').startup(function(use)
|
||||||
config = function()
|
config = function()
|
||||||
require("indent_blankline").setup {
|
require("indent_blankline").setup {
|
||||||
char = "┊",
|
char = "┊",
|
||||||
buftype_exclude = {"terminal", "help"}
|
buftype_exclude = {"terminal", "help", "nofile"},
|
||||||
|
filetype_exclude = {'help', 'packer'},
|
||||||
|
show_trailing_blankline_indent = false
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue