diff --git a/vimrc b/vimrc index d59b0ca..c4c0f29 100644 --- a/vimrc +++ b/vimrc @@ -311,6 +311,7 @@ if count(g:vimified_packages, 'color') Bundle 'chriskempson/base16-vim' Bundle 'Elive/vim-colorscheme-elive' Bundle 'zeis/vim-kolor' + Bundle 'xero/sourcerer.vim' " During installation the molokai colorscheme might not be avalable if filereadable(globpath(&rtp, 'colors/molokai.vim')) @@ -678,4 +679,4 @@ let s:afterrc = expand(s:dotvim . '/after.vimrc') if filereadable(s:afterrc) exec ':so ' . s:afterrc endif -" }}} \ No newline at end of file +" }}}