diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-22 00:09:51 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-22 00:09:51 +0800 |
| commit | b54988e61abe5ab1c011049c8610392c258f4205 (patch) | |
| tree | 680334dec89f75d73f11f5700067011f73cfa98d /plugins.vim | |
| parent | 2b9a3992d8c0dfa1ef1fb419bc4f57bf281f51ad (diff) | |
update colorscheme
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins.vim b/plugins.vim index cd07c31..d26df33 100644 --- a/plugins.vim +++ b/plugins.vim @@ -97,11 +97,12 @@ endif " A list of colorscheme plugin you may want to try. Find what suits you. Plug 'lifepillar/vim-gruvbox8' Plug 'srcery-colors/srcery-vim' -Plug 'sjl/badwolf' Plug 'ajmwagar/vim-deus' Plug 'https://gitlab.com/yorickpeterse/happy_hacking.vim.git' Plug 'lifepillar/vim-solarized8' -Plug 'patstockwell/vim-monokai-tasty' +" Do not try other monokai-tasty and monokai-pro anymore, they +" all have bad DiffDelete highlight issues. +Plug 'sickill/vim-monokai' Plug 'rakr/vim-one' Plug 'kaicataldo/material.vim' Plug 'joshdick/onedark.vim' |
