From b8a4392c8754a56265701f97f4833b447efff29a Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Sat, 16 Mar 2024 21:00:19 +0100 Subject: init --- .config/nvim/lua/plugins/everforest.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create 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 new file mode 100644 index 0000000..9b0b58a --- /dev/null +++ b/.config/nvim/lua/plugins/everforest.lua @@ -0,0 +1,12 @@ +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