1 files changed,
2 insertions(+),
0 deletions(-)
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 = {