diff options
-rw-r--r-- | ftplugin/typescript.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftplugin/typescript.vim b/ftplugin/typescript.vim new file mode 100644 index 0000000..c68494a --- /dev/null +++ b/ftplugin/typescript.vim @@ -0,0 +1,3 @@ +" TypeScript vim settings + +setlocal commentstring=//\ %s |