diff options
| author | jdhao <jdhao@hotmail.com> | 2024-02-01 20:37:27 +0100 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2024-02-02 03:40:11 +0800 |
| commit | 7cf70f31af9aea36e288ad8d6cce12b0c8ce01df (patch) | |
| tree | 34c6bbc78d32286fe4e7d111dcdca0d433bca3f8 /lua/plugin_specs.lua | |
| parent | 841650868606299bdebd09c9cdca5c9604ab9f09 (diff) | |
Update colorscheme conf
1. remove some colorscheme that doesn't work well with Markdown
2. change how the colorscheme conf is organized.
Diffstat (limited to 'lua/plugin_specs.lua')
| -rw-r--r-- | lua/plugin_specs.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/plugin_specs.lua b/lua/plugin_specs.lua index 8f9c4be..55d6f89 100644 --- a/lua/plugin_specs.lua +++ b/lua/plugin_specs.lua @@ -127,13 +127,10 @@ local plugin_specs = { { "sainnhe/edge", lazy = true }, { "sainnhe/sonokai", lazy = true }, { "sainnhe/gruvbox-material", lazy = true }, - { "shaunsingh/nord.nvim", lazy = true }, { "sainnhe/everforest", lazy = true }, { "EdenEast/nightfox.nvim", lazy = true }, - { "rebelot/kanagawa.nvim", lazy = true }, { "catppuccin/nvim", name = "catppuccin", lazy = true }, { "olimorris/onedarkpro.nvim", lazy = true }, - { "tanvirtin/monokai.nvim", lazy = true }, { "marko-cerovac/material.nvim", lazy = true }, { "nvim-tree/nvim-web-devicons", event = "VeryLazy" }, |
