mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-17 18:02:34 +00:00
clean
This commit is contained in:
parent
ecfa272a40
commit
77c3b62a35
9 changed files with 48 additions and 95 deletions
|
|
@ -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 = " ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue