From 50cb74e341f5a676ef3356b4e302c5eb49597121 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 7 Aug 2016 00:05:41 +0500 Subject: [vim] Plugins update. - add orgmode plugin - remove old zen coding plugin --- .gitmodules | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index dc40196..4e09bd2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -41,9 +41,6 @@ [submodule "nginx-vim-syntax"] path = files/.vim/bundle/nginx-vim-syntax url = https://github.com/evanmiller/nginx-vim-syntax.git -[submodule "vim-sparkup"] - path = files/.vim/bundle/vim-sparkup - url = https://github.com/tristen/vim-sparkup [submodule "snipmate.vim"] path = files/.vim/bundle/snipmate.vim url = https://github.com/msanders/snipmate.vim @@ -105,3 +102,12 @@ [submodule "vim/vim-addon-local-vimrc"] path = files/.vim/bundle/vim-addon-local-vimrc url = https://github.com/MarcWeber/vim-addon-local-vimrc +[submodule "vim/delimitmate"] + path = files/.vim/bundle/delimitmate + url = https://github.com/raimondi/delimitmate +[submodule "vim/vim-orgmode"] + path = files/.vim/bundle/vim-orgmode + url = https://github.com/jceb/vim-orgmode +[submodule "vim/vim-speeddating"] + path = files/.vim/bundle/vim-speeddating + url = https://github.com/tpope/vim-speeddating -- cgit v1.2.3