Changed neogit to set to insert mode on commit buf

Added remap for terminal
This commit is contained in:
2023-06-19 09:37:29 +02:00
parent b1a6a64521
commit 02a7c19cb7
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ neogit.setup {
auto_refresh = true,
remember_settings = true,
ignored_settings = {},
disable_insert_on_commit = false,
commit_popup = {
kind = "split",
},
@@ -49,4 +50,3 @@ neogit.setup {
}
}
}