1
0
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:
jdhao 2021-10-31 15:42:09 +08:00
parent 199e003cf1
commit 05c0ef1d60

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"},