| 1 | " ~/.config/nvim/ftplugin/typescript.vim |
| 2 | |
| 3 | set includeexpr=tr(v:fname,'.js','.ts') |
db / typescript.vim
Last active 3 months ago
Revision 78f9e2b822deeb881a32dcf20c26c1958b7d7619
Last active 3 months ago
Revision 78f9e2b822deeb881a32dcf20c26c1958b7d7619
| 1 | " ~/.config/nvim/ftplugin/typescript.vim |
| 2 | |
| 3 | set includeexpr=tr(v:fname,'.js','.ts') |