diff options
Diffstat (limited to 'configs/nvim/lua/plugins/everforest.lua')
-rw-r--r-- | configs/nvim/lua/plugins/everforest.lua | 5 |
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 +} |