feat(indent-blankline): better defaults

This commit is contained in:
Folke Lemaitre
2023-01-02 09:48:04 +01:00
parent 7b9d409c2f
commit 2d442fcf39

View File

@ -75,6 +75,9 @@ return {
event = "BufReadPre",
config = {
char = "",
filetype_exclude = { "help", "alpha", "dashboard", "neo-tree", "Trouble", "lazy" },
show_trailing_blankline_indent = false,
show_current_context = true,
},
},