From f4601e1dfc54cc2a2b25b42e185dd8ed9f13be19 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Mon, 18 Mar 2024 17:50:57 +0100 Subject: edited structure and added install script --- .config/nvim/lua/plugins/everforest.lua | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .config/nvim/lua/plugins/everforest.lua (limited to '.config/nvim/lua/plugins/everforest.lua') 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, - } - -} -- cgit 1.4.1