27072024-2

This commit is contained in:
foozzi 2024-07-27 23:16:29 +02:00
parent a80d26fbfb
commit 3364fcbd57
4 changed files with 41 additions and 92 deletions

View file

@ -0,0 +1,8 @@
return {
"ellisonleao/gruvbox.nvim", lazy=false,
priority = 1000,
opts = {},
config = function()
vim.cmd("colorscheme gruvbox")
end,
}