29092024
This commit is contained in:
parent
dff4d40b46
commit
341f231742
2 changed files with 10 additions and 3 deletions
|
@ -1,8 +1,14 @@
|
|||
local config = function()
|
||||
require("gruvbox").setup({
|
||||
transparent_mode = true,
|
||||
})
|
||||
end
|
||||
|
||||
return {
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
opts = config,
|
||||
config = function()
|
||||
vim.cmd("colorscheme gruvbox")
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue