all repos

init.lua @ 293f41d1ddc348fa6e69b07b622e25e134ce9f5d

my nvim config
1 files changed, 2 insertions(+), 0 deletions(-)
feat(neogit): add diffview integration
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-03-26 19:16:49 +0200
Parent: 481eefe
M lua/plugins/git.lua

@@ -47,6 +47,7 @@ cmd = "Neogit",

keys = { { "<leader>gg", vim.cmd.Neogit } }, ---@module "neogit" ---@type NeogitConfig + dependencies = { "sindrets/diffview.nvim" }, opts = { kind = "vsplit", console_timeout = 4000,

@@ -68,6 +69,7 @@ staged_diff_split_kind = "split_above",

}, integrations = { telescope = true, + diffview = true, }, sections = { recent = {