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 | |
| parent | 4769ca4aacd9f1266323933e1f2768c785513670 (diff) | |
[vim] Add plugins.
* TypeScript syntax highlight
* Per project vimrc loader
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | files/.vim/bundle/vim-addon-local-vimrc | 0 | ||||
| m--------- | files/.vim/bundle/yats.vim | 0 |
3 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 diff --git a/files/.vim/bundle/vim-addon-local-vimrc b/files/.vim/bundle/vim-addon-local-vimrc new file mode 160000 +Subproject 6a27f95b35befa70cd0d049329cd0920566c764 diff --git a/files/.vim/bundle/yats.vim b/files/.vim/bundle/yats.vim new file mode 160000 +Subproject 72b6bc7053e13ea0d84e80717e3b56891fb5e24 |
