vim: do not conceal any syntax

This commit is contained in:
Grigory Shipunov 2020-10-19 22:01:58 +02:00
parent a24cdc10fe
commit f067cd51cd
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -126,3 +126,5 @@ nnoremap <Leader>u :UndotreeToggle<cr>
" U is quite useless " U is quite useless
nnoremap U :echo "NOPE!"<CR> nnoremap U :echo "NOPE!"<CR>
" do not conceal stuff
set conceallevel=0