summary refs log tree commit diff stats
path: root/.config/nvim/lua/plugins/everforest.lua
diff options
context:
space:
mode:
authorChristian Krinitsin <christian@krinitsin.xyz>2024-03-18 17:50:57 +0100
committerChristian Krinitsin <christian@krinitsin.xyz>2024-03-18 17:50:57 +0100
commitf4601e1dfc54cc2a2b25b42e185dd8ed9f13be19 (patch)
tree496cb4d1266375396a34db1fb673562b838d919b /.config/nvim/lua/plugins/everforest.lua
parentc6775b8032e2423f5e484505b277a7e0fdc9788a (diff)
downloaddotfiles-f4601e1dfc54cc2a2b25b42e185dd8ed9f13be19.tar.gz
dotfiles-f4601e1dfc54cc2a2b25b42e185dd8ed9f13be19.zip
edited structure and added install script
Diffstat (limited to '.config/nvim/lua/plugins/everforest.lua')
-rw-r--r--.config/nvim/lua/plugins/everforest.lua12
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,
-    }
-
-}