From 8fbb7305d9f33cafe6f77ef5645ce70e32cf4e32 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 3 Aug 2016 22:27:21 +0500 Subject: [vim] Add plugins. * TypeScript syntax highlight * Per project vimrc loader --- .gitmodules | 6 ++++++ files/.vim/bundle/vim-addon-local-vimrc | 1 + files/.vim/bundle/yats.vim | 1 + 3 files changed, 8 insertions(+) create mode 160000 files/.vim/bundle/vim-addon-local-vimrc create mode 160000 files/.vim/bundle/yats.vim 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 index 0000000..6a27f95 --- /dev/null +++ b/files/.vim/bundle/vim-addon-local-vimrc @@ -0,0 +1 @@ +Subproject commit 6a27f95b35befa70cd0d049329cd0920566c764b diff --git a/files/.vim/bundle/yats.vim b/files/.vim/bundle/yats.vim new file mode 160000 index 0000000..72b6bc7 --- /dev/null +++ b/files/.vim/bundle/yats.vim @@ -0,0 +1 @@ +Subproject commit 72b6bc7053e13ea0d84e80717e3b56891fb5e248 -- cgit v1.2.3