Evie Litherland-Smith
a549c57b47
Fix various UI issues for better consistency Enable winblend properly for blur in neovide
10 lines
234 B
Lua
10 lines
234 B
Lua
return {
|
|
"TimUntersberger/neogit",
|
|
config = function() require("neogit").setup(require "config.neogit") end,
|
|
cmd = "Neogit",
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
"sindrets/diffview.nvim",
|
|
},
|
|
}
|