mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] disable matchpairs in all other JS-like filetypes
This commit is contained in:
parent
1abf65b087
commit
32cfe4f0d5
3 changed files with 3 additions and 0 deletions
1
nvim/after/ftplugin/javascriptreact.vim
Normal file
1
nvim/after/ftplugin/javascriptreact.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
source <sfile>:h/javascript.vim
|
1
nvim/after/ftplugin/typescript.vim
Normal file
1
nvim/after/ftplugin/typescript.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
source <sfile>:h/javascript.vim
|
1
nvim/after/ftplugin/typescriptreact.vim
Normal file
1
nvim/after/ftplugin/typescriptreact.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
source <sfile>:h/typescript.vim
|
Loading…
Reference in a new issue