From ac6bee6a653a13aad9175a508a6c38d8b7b2ea68 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 1 Oct 2023 17:40:04 +0800 Subject: Update nvim config. --- configs/nvim/lua/plugins/everforest.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 configs/nvim/lua/plugins/everforest.lua (limited to 'configs/nvim/lua/plugins/everforest.lua') 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 +} -- cgit v1.2.3