update indent-blankline indent char

This commit is contained in:
jdhao
2021-10-31 15:42:09 +08:00
parent 199e003cf1
commit 05c0ef1d60
+2 -1
View File
@@ -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"},