1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 23:52:34 +02:00

Do not conceal quotes and such

This commit is contained in:
2024-09-03 14:00:12 +02:00
parent 0306806186
commit b2046f2df3
+2 -1
View File
@@ -293,7 +293,8 @@ map <F9> :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<
Plug 'Yggdroot/indentLine'
let g:indentLine_char = '┊'
"let g:indentLine_setConceal = 0
let g:indentLine_conceallevel = 1
"let g:indentLine_conceallevel = 1
let g:indentLine_conceallevel = 0
" Do not conceal LaTeX symbols
let g:tex_conceal=""