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 = {
|
||||
commit_editor = { kind = "tab" },
|
||||
commit_editor = {
|
||||
kind = "tab",
|
||||
show_staged_diff = false,
|
||||
},
|
||||
|
||||
disable_insert_on_commit = true,
|
||||
|
||||
disable_hint = true,
|
||||
|
||||
graph_style = "unicode",
|
||||
|
||||
signs = {
|
||||
section = {
|
||||
ui.Folder,
|
||||
|
|
Loading…
Add table
Reference in a new issue