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()
|
||||
require("indent_blankline").setup {
|
||||
char = "┊",
|
||||
buftype_exclude = {"terminal", "help"}
|
||||
buftype_exclude = {"terminal", "help", "nofile"},
|
||||
filetype_exclude = {'help', 'packer'},
|
||||
show_trailing_blankline_indent = false
|
||||
}
|
||||
end
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue