1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Set conceallevel to 1, which is still clean, but changes quotes into spaces so text does not jump

This commit is contained in:
2019-11-26 15:17:39 +01:00
parent ae1daed47f
commit 49354e122a

1
.vimrc
View File

@@ -276,6 +276,7 @@ map <F9> :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<
Plugin 'Yggdroot/indentLine'
let g:indentLine_char = '┊'
"let g:indentLine_setConceal = 0
let g:indentLine_conceallevel = 1
" Colour-match brackets
Plugin 'luochen1990/rainbow'