diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-20 00:48:18 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-20 00:48:18 +0800 |
| commit | 3ce1d8cc82611a0b3e48e974391a312b53752f99 (patch) | |
| tree | 8abc5f64089eb4c041cf2a0373605a76faa8e0a2 /lua | |
| parent | 498dcaef944ce235ebff08c5259f3b2e393eab1f (diff) | |
update theme list
Colorscheme vim-deus and solarized8 works badly for indent-blankline, so
remove them.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index b4e3517..9c41f6d 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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'}) |
