diff options
author | Teddy Wing | 2020-05-06 20:36:31 +0200 |
---|---|---|
committer | Teddy Wing | 2020-05-08 17:25:51 +0200 |
commit | 7d2624a352a3d8beb21d28ea03800c1e11880fd1 (patch) | |
tree | 1cbdb8e4bd259216d5c758771e4d4f38a5b2e613 | |
parent | dad9fe0a7c520aac96d2bd9bdc12724098f19cae (diff) | |
download | dotvim-7d2624a352a3d8beb21d28ea03800c1e11880fd1.tar.bz2 |
ftplugin/typescript.vim: Set 'commentstring'
-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 |