From aa2fa6977d1074cb9144b4ceb1d2b79fd7cc70c6 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 28 Sep 2023 11:02:52 -0400 Subject: Revert to everforest + lazyload blamer --- lua/ben/plugins/blamer.lua | 1 + lua/ben/plugins/colorscheme.lua | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lua/ben/plugins/blamer.lua b/lua/ben/plugins/blamer.lua index 9d5e6c4..455db33 100644 --- a/lua/ben/plugins/blamer.lua +++ b/lua/ben/plugins/blamer.lua @@ -12,4 +12,5 @@ return { vim.g.blamer_template = ", " vim.g.blamer_prefix = ">" end, + cmd = { "BlamerToggle", "BlamerShow" }, } diff --git a/lua/ben/plugins/colorscheme.lua b/lua/ben/plugins/colorscheme.lua index 72f6b83..1d8cb72 100644 --- a/lua/ben/plugins/colorscheme.lua +++ b/lua/ben/plugins/colorscheme.lua @@ -2,8 +2,8 @@ return { -- Treesitter optimized colorscheme { "neanias/everforest-nvim", + priority = 1000, version = false, - lazy = true, config = function() require("everforest").setup({ background = "hard", @@ -36,7 +36,8 @@ return { -- A multi-themed plugin { "EdenEast/nightfox.nvim", - priority = 1000, + -- priority = 1000, + lazy = true, config = function() require("nightfox").setup({ options = { -- cgit v1.2.3 From b887c98d62fbc07109c54b9460e39d3cd54e67fd Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 28 Sep 2023 11:26:25 -0400 Subject: Rever lualine to everforest --- lua/ben/plugins/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ben/plugins/lualine.lua b/lua/ben/plugins/lualine.lua index 16e3647..6f29613 100644 --- a/lua/ben/plugins/lualine.lua +++ b/lua/ben/plugins/lualine.lua @@ -5,7 +5,7 @@ return { config = function() require("lualine").setup({ options = { - theme = "terafox", + theme = "everforest", icons_enabled = true, -- section_separators = { left = "", right = "" }, section_separators = { left = "▓", right = "▓" }, -- cgit v1.2.3