aboutsummaryrefslogtreecommitdiff
path: root/configs/nvim/lua/plugins/everforest.lua
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-09-29 08:20:18 +0800
committercrupest <crupest@outlook.com>2023-10-01 18:06:43 +0800
commit7b5c880764575007be98e42c2a18282e9be7cd98 (patch)
tree0ddfd5831a53924b0ce46617645c3191a6c3dede /configs/nvim/lua/plugins/everforest.lua
parentac6bee6a653a13aad9175a508a6c38d8b7b2ea68 (diff)
downloadcrupest-7b5c880764575007be98e42c2a18282e9be7cd98.tar.gz
crupest-7b5c880764575007be98e42c2a18282e9be7cd98.tar.bz2
crupest-7b5c880764575007be98e42c2a18282e9be7cd98.zip
Update nvim config.
Diffstat (limited to 'configs/nvim/lua/plugins/everforest.lua')
-rw-r--r--configs/nvim/lua/plugins/everforest.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/nvim/lua/plugins/everforest.lua b/configs/nvim/lua/plugins/everforest.lua
deleted file mode 100644
index 191339d..0000000
--- a/configs/nvim/lua/plugins/everforest.lua
+++ /dev/null
@@ -1,5 +0,0 @@
-return {
- "sainnhe/everforest",
- lazy = false,
- priority = 1000, -- make sure to load this before all the other start plugins
-}