This commit is contained in:
Ryan Cavicchioni 2016-01-17 18:14:06 -06:00
parent e41f1ed94b
commit 04a328dc7b

View File

@ -171,12 +171,26 @@ Plug 'mtglsk/mushroom'
Plug 'wellsjo/wells-colorscheme.vim'
Plug 'romainl/Apprentice'
Plug 'gosukiwi/vim-atom-dark'
Plug 'fatih/vim-go'
Plug 'abra/vim-abra'
Plug 'nielsmadan/harlequin'
Plug 'fxn/vim-monochrome'
Plug 'hewo/vim-colorscheme-deepsea'
Plug 'jyota/vimColors'
Plug 'dylanaraps/crayon'
Plug 'joshdick/onedark.vim'
Plug 'andreasvc/vim-256noir'
Plug 'petelewis/vim-evolution'
Plug 'changyuheng/color-scheme-holokai-for-vim'
Plug 'mhartington/oceanic-next'
call plug#end()
filetype plugin indent on
colorscheme last256
set background=dark
colorscheme OceanicNext
let g:airline_theme='oceanicnext'
" Force hash comments to retain their indentation level.
inoremap # X#