3 lines
106 B
VimL
3 lines
106 B
VimL
|
" Make each indent level have a specific character
|
||
|
let g:indentLine_char_list = ['|', '¦', '┆', '┊']
|