diff options
| author | Anton Bobov <abobov@gmail.com> | 2016-08-03 22:27:21 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2016-08-03 22:27:21 +0500 |
| commit | 8fbb7305d9f33cafe6f77ef5645ce70e32cf4e32 (patch) | |
| tree | 6d13d5acc285ba962129412779f6d048f17b3267 /.gitmodules | |
| parent | 4769ca4aacd9f1266323933e1f2768c785513670 (diff) | |
[vim] Add plugins.
* TypeScript syntax highlight
* Per project vimrc loader
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e41a689..dc40196 100644 --- a/.gitmodules +++ b/.gitmodules @@ -99,3 +99,9 @@ [submodule "vim/vim-multiple-cursors"] path = files/.vim/bundle/vim-multiple-cursors url = https://github.com/terryma/vim-multiple-cursors +[submodule "vim/yats.vim"] + path = files/.vim/bundle/yats.vim + url = https://github.com/HerringtonDarkholme/yats.vim +[submodule "vim/vim-addon-local-vimrc"] + path = files/.vim/bundle/vim-addon-local-vimrc + url = https://github.com/MarcWeber/vim-addon-local-vimrc |
