mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(indent-blankline): better defaults
This commit is contained in:
parent
7b9d409c2f
commit
2d442fcf39
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue