diff options
Diffstat (limited to '.config/nvim/lua/plugins/everforest.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/everforest.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/nvim/lua/plugins/everforest.lua b/.config/nvim/lua/plugins/everforest.lua deleted file mode 100644 index 9b0b58a..0000000 --- a/.config/nvim/lua/plugins/everforest.lua +++ /dev/null @@ -1,12 +0,0 @@ -return { - - { - "neanias/everforest-nvim", - lazy = false, -- load during startup - priority = 1000, -- load before all the other start plugins - config = function() - vim.cmd([[colorscheme everforest]]) -- set colortheme - end, - } - -} |