.vimrc

branch
mhoward-lt
changeset 133
a79f766afc5a
parent 129
390622b4e667
child 135
e4b222f51eae
--- a/.vimrc
+++ b/.vimrc
@@ -55,6 +55,7 @@ end
 
   Plugin 'altercation/vim-colors-solarized'
   Plugin 'bling/vim-airline'
+  Plugin 'bling/vim-bufferline'
 
   Plugin 'Shougo/vimproc.vim'
   Plugin 'Shougo/unite.vim'
@@ -78,6 +79,7 @@ end
   Plugin 'danchoi/ri.vim'
   Plugin 'vim-ruby/vim-ruby'
   Plugin 'vim-perl/vim-perl'
+  Plugin 'yko/mojo.vim'
 
 
   if installed_vundle == 1
@@ -277,6 +279,7 @@ endfunction
 " perl fold scanning is slow
 "let perl_fold = 1           
 let perl_include_pod = 1
+let perl_no_subprototype_error = 1
 
 " }}}
 
@@ -333,6 +336,9 @@ autocmd FileType vimfiler nmap <buffer> 
 ">> Airline
 let g:airline#extensions#whitespace#enabled = 0
 
+"keep bufferline from writing into the command line
+let g:bufferline_echo = 0
+
 ">> Signify
 let g:signify_disable_by_default = 1
 let g:signify_vcs_list = [ 'git', 'hg' ]

mercurial