typescript.vim
· 81 B · VimL
Исходник
" ~/.config/nvim/ftplugin/typescript.vim
set includeexpr=tr(v:fname,'.js','.ts')
| 1 | " ~/.config/nvim/ftplugin/typescript.vim |
| 2 | |
| 3 | set includeexpr=tr(v:fname,'.js','.ts') |