This website requires JavaScript.
Explore
Help
Sign In
Chewing_Bever
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
ed8e52b480
dotfiles
/
.config
/
nvim
/
init
/
plugins
/
indentline.vim
3 lines
106 B
VimL
Raw
Blame
History
" Make each indent level have a specific character
let
g
:
indentLine_char_list
=
[
'|'
,
'¦'
,
'┆'
,
'┊'
]
Reference in New Issue
View Git Blame
Copy Permalink