This commit is contained in:
2024-12-07 20:26:58 -08:00
parent b1ebde8e27
commit f6997c69cc
5 changed files with 12 additions and 21 deletions

View File

@@ -25,23 +25,7 @@ vim.g.maplocalleader = "\\"
require("lazy").setup({
spec = {
-- import your plugins
-- add the Gruvbox plugin
{
"ellisonleao/gruvbox.nvim",
priority = 1000,
config = function()
require("gruvbox").setup({
contrast = "hard", -- can be "soft", "medium" or "hard"
palette_overrides = {
bright_green = "#a9b665",
},
overrides = {
SignColumn = { bg = "#1e2021" },
},
transparent_mode = true,
})
end
},
{ "nxstynate/solarizedDark.nvim", priority = 1000 },
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.