aboutsummaryrefslogtreecommitdiff
path: root/configs/nvim/lua/plugins/everforest.lua
blob: 191339d45ae6c64f9d6da4741071785e6a2dd113 (plain)
1
2
3
4
5
return {
    "sainnhe/everforest",
    lazy = false,
    priority = 1000, -- make sure to load this before all the other start plugins
}