Add git-blame and update colorscheme approach
This commit is contained in:
parent
cc49dc9324
commit
729f90b370
4 changed files with 17 additions and 17 deletions
|
@ -8,6 +8,10 @@ return {
|
|||
dependencies = "rktjmp/lush.nvim",
|
||||
config = function()
|
||||
vim.cmd.colorscheme("zenwritten")
|
||||
local term_bg = os.getenv("TERM_BACKGROUND")
|
||||
if term_bg == "light" then
|
||||
vim.opt.background = "light"
|
||||
end
|
||||
end,
|
||||
},
|
||||
|
||||
|
@ -132,4 +136,4 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue