Updating color schemes

This commit is contained in:
Alex Yatskov 2015-01-29 19:57:53 +09:00
parent 482d9f19a8
commit 01351b3af2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
filetype indent plugin on
colorscheme wombat256
colorscheme molokai
syntax enable
set nocompatible

View File

@ -6,7 +6,6 @@ Plug 'https://github.com/antoyo/vim-licenses.git'
Plug 'https://github.com/bkad/CamelCaseMotion'
Plug 'https://github.com/bling/vim-airline.git'
Plug 'https://github.com/dhruvasagar/vim-table-mode.git'
Plug 'https://github.com/flazz/vim-colorschemes.git'
Plug 'https://github.com/junegunn/vim-easy-align.git'
Plug 'https://github.com/kien/ctrlp.vim.git'
Plug 'https://github.com/mattn/emmet-vim.git'
@ -16,6 +15,7 @@ Plug 'https://github.com/ntpeters/vim-better-whitespace.git'
Plug 'https://github.com/pangloss/vim-javascript.git'
Plug 'https://github.com/plasticboy/vim-markdown.git'
Plug 'https://github.com/scrooloose/syntastic.git'
Plug 'https://github.com/tomasr/molokai.git'
Plug 'https://github.com/tpope/vim-abolish.git'
Plug 'https://github.com/tpope/vim-commentary.git'
Plug 'https://github.com/tpope/vim-eunuch.git'