From a4465e9b37456393a9d499c37a88909ff57071d7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 5 Oct 2014 23:41:19 +1300 Subject: Drop Tabular for Lion --- .gitmodules | 7 +++---- vim/bundle/lion | 1 + vim/bundle/tabular | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) create mode 160000 vim/bundle/lion delete mode 160000 vim/bundle/tabular diff --git a/.gitmodules b/.gitmodules index 4e737bd4..9b66945a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,9 +28,6 @@ [submodule "vim/bundle/sahara"] path = vim/bundle/sahara url = git://github.com/tejr/sahara.git -[submodule "vim/bundle/tabular"] - path = vim/bundle/tabular - url = git://github.com/godlygeek/tabular.git [submodule "vim/bundle/twig"] path = vim/bundle/twig url = git://github.com/lunaru/vim-twig @@ -43,4 +40,6 @@ [submodule "vim/bundle/exchange"] path = vim/bundle/exchange url = git://github.com/tommcdo/vim-exchange - +[submodule "vim/bundle/lion"] + path = vim/bundle/lion + url = http://github.com/tommcdo/vim-lion diff --git a/vim/bundle/lion b/vim/bundle/lion new file mode 160000 index 00000000..5fa766eb --- /dev/null +++ b/vim/bundle/lion @@ -0,0 +1 @@ +Subproject commit 5fa766eb22e440ac68bc5f973a440f78a865bf2b diff --git a/vim/bundle/tabular b/vim/bundle/tabular deleted file mode 160000 index 60f25648..00000000 --- a/vim/bundle/tabular +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 60f25648814f0695eeb6c1040d97adca93c4e0bb -- cgit v1.2.3