diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-05-27 22:28:01 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-05-27 22:28:01 +0700 |
commit | 2f5a29f4dfebc144e3d82283b2b0af64b5c8b218 (patch) | |
tree | c309959c3169f93ed43db64a4ff3eff8faf536fe /vim | |
parent | 71833609827d0663f76746127798e3fec195c34d (diff) | |
download | dotfiles-2f5a29f4dfebc144e3d82283b2b0af64b5c8b218.tar.gz |
Update 2019-05-27
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vim/vimrc | 5 |
1 files changed, 2 insertions, 3 deletions
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 |