From 2dc59b73339abb730ac64e7323a587eed5074bb5 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 11 Apr 2013 22:41:46 +0200 Subject: Add MiniBuf Explorer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Must-have anyway Signed-off-by: Jan Pokorný --- .gitmodules | 3 +++ git-minibufexpl | 1 + init-optional | 19 ++++++++++++------- 3 files changed, 16 insertions(+), 7 deletions(-) create mode 160000 git-minibufexpl diff --git a/.gitmodules b/.gitmodules index fc2370d..ec818fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "git-sessionman"] path = git-sessionman url = https://github.com/vim-scripts/sessionman.vim.git +[submodule "git-minibufexpl"] + path = git-minibufexpl + url = git://github.com/fholgado/minibufexpl.vim.git diff --git a/git-minibufexpl b/git-minibufexpl new file mode 160000 index 0000000..d92c8b0 --- /dev/null +++ b/git-minibufexpl @@ -0,0 +1 @@ +Subproject commit d92c8b01248d612444829001b3e081629d37a1aa diff --git a/init-optional b/init-optional index 14333bc..c2ad038 100644 --- a/init-optional +++ b/init-optional @@ -10,13 +10,18 @@ optional () { # Coolness added to the vim awesomeness # NERD Tree # Convenient access to filesystem - init_git_submodule $1 \ - 'git-makegreen' \ - 'git-tagbar' \ - 'git-fugitive' \ - 'git-powerline' \ - 'git-nerdtree' \ - 'git-sessionman' + # SessionMan + # ??? + # MinibufExpl + # key thing + init_git_submodule $1 \ + 'git-makegreen' \ + 'git-tagbar' \ + 'git-fugitive' \ + 'git-powerline' \ + 'git-nerdtree' \ + 'git-sessionman' \ + 'git-minibufexpl' [ "$1" == "get" ] \ && echo "let NERDTreeIgnore = ['\.pyc$', '\.tar\.gz$']" >> ~/.vimrc -- cgit