Stop vim's auto-conceal thingy
This commit is contained in:
parent
2c3d0287a2
commit
69dbec8716
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -102,6 +102,8 @@ nnoremap <expr> gb '`[' . strpart(getregtype(), 0, 1) . '`]'
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
|
set conceallevel=0
|
||||||
|
|
||||||
" js/ts/...
|
" js/ts/...
|
||||||
autocmd Filetype javascript setlocal ts=2 sw=2 expandtab
|
autocmd Filetype javascript setlocal ts=2 sw=2 expandtab
|
||||||
autocmd Filetype typescript setlocal ts=2 sw=2 expandtab
|
autocmd Filetype typescript setlocal ts=2 sw=2 expandtab
|
||||||
|
|
Loading…
Add table
Reference in a new issue