diff options
Diffstat (limited to 'configs/nvim/lua/plugins/everforest.lua')
-rw-r--r-- | configs/nvim/lua/plugins/everforest.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/nvim/lua/plugins/everforest.lua b/configs/nvim/lua/plugins/everforest.lua deleted file mode 100644 index 191339d..0000000 --- a/configs/nvim/lua/plugins/everforest.lua +++ /dev/null @@ -1,5 +0,0 @@ -return { - "sainnhe/everforest", - lazy = false, - priority = 1000, -- make sure to load this before all the other start plugins -} |