all repos

init.lua @ 68de68edc91ea608f200dc5335404df84a18552f

my nvim config

init.lua/lua/configs/neogit.lua(view raw)

1
2
3
4
5
6
7
8
require("neogit").setup {
  kind = "vsplit",
  signs = {
    section = { "", "" },
    item = { "", "" },
    hunk = { "", "" },
  },
}