nvim: tweaks to neogit
This commit is contained in:
parent
d1e0aa51d0
commit
68cdd1884b
1 changed files with 10 additions and 1 deletions
|
@ -12,8 +12,17 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
opts = {
|
opts = {
|
||||||
commit_editor = { kind = "tab" },
|
commit_editor = {
|
||||||
|
kind = "tab",
|
||||||
|
show_staged_diff = false,
|
||||||
|
},
|
||||||
|
|
||||||
|
disable_insert_on_commit = true,
|
||||||
|
|
||||||
disable_hint = true,
|
disable_hint = true,
|
||||||
|
|
||||||
|
graph_style = "unicode",
|
||||||
|
|
||||||
signs = {
|
signs = {
|
||||||
section = {
|
section = {
|
||||||
ui.Folder,
|
ui.Folder,
|
||||||
|
|
Loading…
Add table
Reference in a new issue