Disable conceal in vim

This commit is contained in:
Rodolphe Bréard 2023-06-04 14:21:52 +02:00
parent 5bd907b437
commit 450a044517

3
.vimrc
View file

@ -66,8 +66,9 @@ let g:licenses_default_commands = ['affero', 'apache', 'bsd3', 'cecill', 'gfdl',
:augroup END :augroup END
" Vertical indentation lines " indentLine
let g:indentLine_char = '⦙' let g:indentLine_char = '⦙'
let g:indentLine_setConceal = 0
" Tera templates " Tera templates