Minor config changes

This commit is contained in:
2023-07-03 12:44:43 +02:00
parent 4efa9dcfee
commit cb615d9a8c

View File

@@ -6,7 +6,6 @@ end
neogit.setup { neogit.setup {
auto_refresh = true, auto_refresh = true,
remember_settings = true, remember_settings = true,
ignored_settings = {},
disable_insert_on_commit = false, disable_insert_on_commit = false,
commit_popup = { commit_popup = {
kind = "split", kind = "split",
@@ -18,8 +17,8 @@ neogit.setup {
kind = "split", kind = "split",
}, },
signs = { signs = {
section = { ">", "v" }, section = { "", "" },
item = { ">", "v" }, item = { "", "" },
hunk = { "", "" }, hunk = { "", "" },
}, },
integrations = { integrations = {