summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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