1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update theme list

Colorscheme vim-deus and solarized8 works badly for indent-blankline, so
remove them.
This commit is contained in:
jdhao
2021-10-20 00:48:18 +08:00
parent 498dcaef94
commit 3ce1d8cc82
2 changed files with 6 additions and 13 deletions

View File

@@ -102,8 +102,7 @@ require("packer").startup({
-- A list of colorscheme plugin you may want to try. Find what suits you.
use({"lifepillar/vim-gruvbox8", event = 'VimEnter'})
use({"ajmwagar/vim-deus", event = 'VimEnter'})
use({"lifepillar/vim-solarized8", event = 'VimEnter'})
use({"ishan9299/nvim-solarized-lua", event = 'VimEnter'})
use({"navarasu/onedark.nvim", event = 'VimEnter'})
use({"sainnhe/edge", event = 'VimEnter'})
use({"sainnhe/sonokai", event = 'VimEnter'})