vimrc: comment out indentline settings

This commit is contained in:
surtur 2022-07-22 18:08:29 +02:00
parent 108d7721b9
commit 51650126b3
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -239,9 +239,12 @@ let g:NERDCustomDelimiters = {
\}
" let g:NERDTreeGitStatusWithFlags = 1
let g:indentLine_setColors = 1
let g:indentLine_char_list = ['|', '¦', '┆', '┊', ':']
let g:indentLine_conceallevel = 0
" indentline
" let g:indentLine_setColors = 1
" let g:indentLine_char_list = ['|', '¦', '┆', '┊', ':']
" let g:indentLine_concealcursor = 'inc'
" let g:indentLine_conceallevel = 0
" let g:indentLine_conceallevel = 2
let g:git_messenger_close_on_cursor_moved = v:false