diff --git a/.vimrc b/.vimrc index 8a2a93c..b0c7690 100644 --- a/.vimrc +++ b/.vimrc @@ -271,9 +271,11 @@ map :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans< \ . synIDattr(synID(line("."),col("."),0),"name") . "> lo<" \ . synIDattr(synIDtrans(synID(line("."),col("."),1)),"name") . ">" -" Show indentation marks +" Show indentation marks, enables conceallevel 2, so for example hides quotes +" in json files Plugin 'Yggdroot/indentLine' let g:indentLine_char = '┊' +"let g:indentLine_setConceal = 0 " Colour-match brackets Plugin 'luochen1990/rainbow'