aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-23 17:14:04 +0800
committerjdhao <jdhao@hotmail.com>2021-10-23 17:14:04 +0800
commit9d40dce70ec31bc04a46718863c91cb8a9f24bcf (patch)
tree1581eeba46c908f2ab591d943fc4e4fa0eaf1b4f /lua/plugins.lua
parent455ae8a8b90de2ea4c292cf69bf4dbe24af67b55 (diff)
remove solarized color theme
It sucks for viewing diff.
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 28f7e49..45e2227 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -107,7 +107,6 @@ require("packer").startup({
-- A list of colorscheme plugin you may want to try. Find what suits you.
use({"lifepillar/vim-gruvbox8", opt = true})
- use({"ishan9299/nvim-solarized-lua", opt = true})
use({"navarasu/onedark.nvim", opt = true})
use({"sainnhe/edge", opt = true})
use({"sainnhe/sonokai", opt = true})