This repository has been archived on 2021-12-21. You can view files and clone it, but cannot push or open issues/pull-requests.
neovim-config/init/indentline.vim

3 lines
106 B
VimL

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