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

View File

@ -78,7 +78,7 @@ nmap <silent> <leader>u :GundoToggle<CR>
"call pathogen#helptags() "call pathogen#helptags()
"call pathogen#runtime_append_all_bundles() "call pathogen#runtime_append_all_bundles()
filetype off filetype off
" Plugins " Plugins
Plug 'Shougo/vimproc' Plug 'Shougo/vimproc'
@ -171,12 +171,26 @@ Plug 'mtglsk/mushroom'
Plug 'wellsjo/wells-colorscheme.vim' Plug 'wellsjo/wells-colorscheme.vim'
Plug 'romainl/Apprentice' Plug 'romainl/Apprentice'
Plug 'gosukiwi/vim-atom-dark' 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() call plug#end()
filetype plugin indent on filetype plugin indent on
colorscheme last256 set background=dark
colorscheme OceanicNext
let g:airline_theme='oceanicnext'
" Force hash comments to retain their indentation level. " Force hash comments to retain their indentation level.
inoremap # X# inoremap # X#