This commit is contained in:
Harivansh Rathi 2026-02-20 18:49:23 -05:00
parent ecfa272a40
commit 77c3b62a35
9 changed files with 48 additions and 95 deletions

View file

@ -32,6 +32,7 @@ return {
transparent_mode = true,
})
vim.cmd.colorscheme("gruvbox")
end,
},
@ -120,7 +121,7 @@ return {
icon = " ",
desc = "File Explorer ",
key = "e",
action = function() vim.cmd("Neotree toggle") end,
action = function() vim.cmd("Oil") end,
},
{
icon = " ",