vim: do not conceal any syntax
This commit is contained in:
parent
a24cdc10fe
commit
f067cd51cd
1 changed files with 2 additions and 0 deletions
|
@ -126,3 +126,5 @@ nnoremap <Leader>u :UndotreeToggle<cr>
|
|||
" U is quite useless
|
||||
nnoremap U :echo "NOPE!"<CR>
|
||||
|
||||
" do not conceal stuff
|
||||
set conceallevel=0
|
||||
|
|
Loading…
Add table
Reference in a new issue