diff --git a/after/plugin/neogit.lua b/after/plugin/neogit.lua index d9ebd40..8bccac6 100644 --- a/after/plugin/neogit.lua +++ b/after/plugin/neogit.lua @@ -6,7 +6,6 @@ end neogit.setup { auto_refresh = true, remember_settings = true, - ignored_settings = {}, disable_insert_on_commit = false, commit_popup = { kind = "split", @@ -18,8 +17,8 @@ neogit.setup { kind = "split", }, signs = { - section = { ">", "v" }, - item = { ">", "v" }, + section = { "", "" }, + item = { "", "" }, hunk = { "", "" }, }, integrations = {