summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-11 22:41:46 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-11 22:41:46 +0200
commit2dc59b73339abb730ac64e7323a587eed5074bb5 (patch)
tree742e6b420a0a4b3b8b8e8ad1b877d7a8be1e3eb4
parent360c93892d5d93a486cdbf574bdc28cad1b57953 (diff)
downloadvim4projects-2dc59b73339abb730ac64e7323a587eed5074bb5.tar.gz
vim4projects-2dc59b73339abb730ac64e7323a587eed5074bb5.tar.xz
vim4projects-2dc59b73339abb730ac64e7323a587eed5074bb5.zip
Add MiniBuf Explorer
Must-have anyway Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--.gitmodules3
m---------git-minibufexpl0
-rw-r--r--init-optional19
3 files changed, 15 insertions, 7 deletions
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
+Subproject d92c8b01248d612444829001b3e081629d37a1a
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