summaryrefslogtreecommitdiffstats
path: root/init-optional
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 /init-optional
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>
Diffstat (limited to 'init-optional')
-rw-r--r--init-optional19
1 files changed, 12 insertions, 7 deletions
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