Stop vim's auto-conceal thingy

This commit is contained in:
Tanguy Gérôme 2024-04-11 11:39:25 +03:00
parent 2c3d0287a2
commit 69dbec8716

2
.vimrc
View file

@ -102,6 +102,8 @@ nnoremap <expr> gb '`[' . strpart(getregtype(), 0, 1) . '`]'
filetype plugin indent on
set conceallevel=0
" js/ts/...
autocmd Filetype javascript setlocal ts=2 sw=2 expandtab
autocmd Filetype typescript setlocal ts=2 sw=2 expandtab