Skip to content

Commit

Permalink
add sourcerer colors
Browse files Browse the repository at this point in the history
  • Loading branch information
xero harrison committed Jul 20, 2016
1 parent 0beee7f commit 73e9005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down Expand Up @@ -678,4 +679,4 @@ let s:afterrc = expand(s:dotvim . '/after.vimrc')
if filereadable(s:afterrc)
exec ':so ' . s:afterrc
endif
" }}}
" }}}

0 comments on commit 73e9005

Please sign in to comment.