mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update indent-blankline indent char
This commit is contained in:
parent
199e003cf1
commit
05c0ef1d60
@ -1,5 +1,6 @@
|
||||
require("indent_blankline").setup {
|
||||
char = "|",
|
||||
-- U+2502 may also be a good choice, it will be on the middle of cursor.
|
||||
char = "▏",
|
||||
show_end_of_line = false,
|
||||
disable_with_nolist = true,
|
||||
buftype_exclude = {"terminal"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user