mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +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:
1
.vimrc
1
.vimrc
@@ -276,6 +276,7 @@ map <F9> :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<
|
|||||||
Plugin 'Yggdroot/indentLine'
|
Plugin 'Yggdroot/indentLine'
|
||||||
let g:indentLine_char = '┊'
|
let g:indentLine_char = '┊'
|
||||||
"let g:indentLine_setConceal = 0
|
"let g:indentLine_setConceal = 0
|
||||||
|
let g:indentLine_conceallevel = 1
|
||||||
|
|
||||||
" Colour-match brackets
|
" Colour-match brackets
|
||||||
Plugin 'luochen1990/rainbow'
|
Plugin 'luochen1990/rainbow'
|
||||||
|
|||||||
Reference in New Issue
Block a user