Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
Showing only changes of commit e14ad3ddcc - Show all commits

View file

@ -1,11 +1,18 @@
return {
"NeogitOrg/neogit",
dependencies = {
"sindrets/diffview.nvim",
{
"sindrets/diffview.nvim",
opts = {
view = {
merge_tool = {
layout = "diff1_plain",
},
},
},
}
},
event = "VeryLazy",
lazy = true,
config = function()
require("neogit").setup()
end
opts = {},
}