最終更新 8 months ago

db's Avatar db revised this gist 8 months ago. Go to revision

1 file changed, 2 insertions

typescript.vim

@@ -1 +1,3 @@
1 + " ~/.config/nvim/ftplugin/typescript.vim
2 +
1 3 set includeexpr=tr(v:fname,'.js','.ts')

db's Avatar db revised this gist 8 months ago. Go to revision

1 file changed, 1 insertion

typescript.vim(file created)

@@ -0,0 +1 @@
1 + set includeexpr=tr(v:fname,'.js','.ts')
Newer Older