diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-28 18:35:41 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-28 18:35:41 +0800 |
| commit | fcd4ae32100d10334be8083db6f8cc3e9578a8d5 (patch) | |
| tree | 6dbf67f0ffceeb7be6fded0c6d1e834d205b05aa /core | |
| parent | e79f55fd9bf0e6d0e2ff03d95e05d8f23ceea213 (diff) | |
remove some plugins, they do not work well for markdown
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 8837b11..590456d 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -88,12 +88,10 @@ endif Plug 'lifepillar/vim-gruvbox8' Plug 'srcery-colors/srcery-vim' Plug 'ajmwagar/vim-deus' -Plug 'YorickPeterse/happy_hacking.vim' Plug 'lifepillar/vim-solarized8' " 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 'sickill/vim-monokai' Plug 'kaicataldo/material.vim' Plug 'joshdick/onedark.vim' Plug 'KeitaNakamura/neodark.vim' |
