From 2f5a29f4dfebc144e3d82283b2b0af64b5c8b218 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 27 May 2019 22:28:01 +0700 Subject: Update 2019-05-27 --- vim/.vim/vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vim/.vim/vimrc') diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 7cb989c..fc2b0ef 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -32,7 +32,7 @@ command W w call plug#begin('~/.vim/plugged') Plug 'https://github.com/sheerun/vim-polyglot.git' -Plug 'https://github.com/morhetz/gruvbox.git' +Plug 'https://github.com/srcery-colors/srcery-vim.git' Plug 'https://github.com/tpope/vim-abolish.git' Plug 'https://github.com/drmikehenry/vim-fontsize.git' Plug 'https://github.com/lervag/vimtex.git', {'for': 'tex'} @@ -40,5 +40,4 @@ Plug 'https://github.com/kovisoft/slimv', {'for': 'lisp'} call plug#end() set t_Co=256 -set background=dark -colorscheme gruvbox +colorscheme srcery -- cgit 1.4.1