mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] remove < and > from matchpairs for TypeScript
This commit is contained in:
parent
a537c49b89
commit
fce98716f8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
augroup vimrc-javascript
|
augroup vimrc-javascript
|
||||||
autocmd FileType javascript setlocal matchpairs-=<:>
|
autocmd FileType javascript,typescript setlocal matchpairs-=<:>
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
if !g:vim_ide | finish | endif
|
if !g:vim_ide | finish | endif
|
||||||
|
|
Loading…
Reference in a new issue