feat(indent-blankline): better defaults

This commit is contained in:
Folke Lemaitre 2023-01-02 09:48:04 +01:00
parent 7b9d409c2f
commit 2d442fcf39
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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