Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
44uk committed Jan 5, 2017
1 parent 584ac37 commit 8340bef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion vim.d/color.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"colorscheme molokai
colorscheme badwolf
" colorscheme badwolf
colorscheme iceberg
syntax on
11 changes: 6 additions & 5 deletions vim.d/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,12 @@ if s:use_dein && v:version >= 704

call dein#add('scrooloose/syntastic')

call dein#add('tpope/vim-fugitive')
call dein#add('tpope/vim-endwise')
" call dein#add('tpope/vim-fugitive')
call dein#add('Townk/vim-autoclose')
call dein#add('itchyny/lightline.vim')
" call dein#add()
" call dein#add()
call dein#add('szw/vim-tags')
" call dein#add()
" call dein#add()
Expand All @@ -107,10 +106,11 @@ if s:use_dein && v:version >= 704
" ## ruby on rails plugins
call dein#add('tpope/vim-rails')
call dein#add('tpope/vim-bundler')
call dein#add('tpope/vim-endwise')
call dein#add('vim-ruby/vim-ruby', {'on_ft': 'ruby'})
call dein#add('todesking/ruby_hl_lvar.vim', {'on_ft': 'ruby'})
call dein#add('slim-template/vim-slim')
call dein#add('stephpy/vim-yaml')
call dein#add('chase/vim-ansible-yaml')
" call dein#add()
" ## php plugins
Expand All @@ -128,6 +128,7 @@ if s:use_dein && v:version >= 704
" ## colorschemes
call dein#add('tomasr/molokai')
call dein#add('sjl/badwolf')
call dein#add('cocopon/iceberg.vim')
" call dein#add()
Expand Down

0 comments on commit 8340bef

Please sign in to comment.