aboutsummaryrefslogtreecommitdiff
path: root/configs/nvim/lua/plugins/everforest.lua
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-01 17:40:04 +0800
committercrupest <crupest@outlook.com>2023-10-01 17:40:04 +0800
commitac6bee6a653a13aad9175a508a6c38d8b7b2ea68 (patch)
tree2ef2947e8a8afa6c4e8bb7172d3700a3c50f8d95 /configs/nvim/lua/plugins/everforest.lua
parent84fa5a349153130cad3d974976828d4d43997ac0 (diff)
downloadcrupest-ac6bee6a653a13aad9175a508a6c38d8b7b2ea68.tar.gz
crupest-ac6bee6a653a13aad9175a508a6c38d8b7b2ea68.tar.bz2
crupest-ac6bee6a653a13aad9175a508a6c38d8b7b2ea68.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, 5 insertions, 0 deletions
diff --git a/configs/nvim/lua/plugins/everforest.lua b/configs/nvim/lua/plugins/everforest.lua
new file mode 100644
index 0000000..191339d
--- /dev/null
+++ b/configs/nvim/lua/plugins/everforest.lua
@@ -0,0 +1,5 @@
+return {
+ "sainnhe/everforest",
+ lazy = false,
+ priority = 1000, -- make sure to load this before all the other start plugins
+}