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
commit2396c7525c26e5d8b2afbdca814e73d2ed2b2b91 (patch)
tree2ef2947e8a8afa6c4e8bb7172d3700a3c50f8d95 /configs/nvim/lua/plugins/everforest.lua
parent9a9cd716024cb74dd88a5625dd657a099844a56e (diff)
downloadcrupest-2396c7525c26e5d8b2afbdca814e73d2ed2b2b91.tar.gz
crupest-2396c7525c26e5d8b2afbdca814e73d2ed2b2b91.tar.bz2
crupest-2396c7525c26e5d8b2afbdca814e73d2ed2b2b91.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
+}