Disable conceal in vim
This commit is contained in:
parent
5bd907b437
commit
450a044517
1 changed files with 2 additions and 1 deletions
3
.vimrc
3
.vimrc
|
@ -66,8 +66,9 @@ let g:licenses_default_commands = ['affero', 'apache', 'bsd3', 'cecill', 'gfdl',
|
|||
:augroup END
|
||||
|
||||
|
||||
" Vertical indentation lines
|
||||
" indentLine
|
||||
let g:indentLine_char = '⦙'
|
||||
let g:indentLine_setConceal = 0
|
||||
|
||||
|
||||
" Tera templates
|
||||
|
|
Loading…
Reference in a new issue