Don't hide stuff by default

This commit is contained in:
Martin Potier 2019-07-23 18:59:01 +03:00
parent ef198778ab
commit bdf785e3ef
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ let
" conceal to unicode symbols
nnoremap <leader>l :silent let &conceallevel = (&conceallevel+1)%4<CR>
set conceallevel=2
set conceallevel=0
set concealcursor=nvc
let g:tex_conceal="abdmgs"