feat(nvim): enable filewatcher in Neogit

This commit is contained in:
Price Hiller 2023-10-07 23:00:28 -05:00
parent b01961cdfb
commit 4d7e02f29a
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -14,10 +14,16 @@ return {
end,
})
---@type NeogitConfig
return {
disable_insert_on_commit = "auto",
disable_commit_confirmation = true,
disable_builtin_notifications = true,
auto_refresh = true,
filewatcher = {
enabled = true,
interval = 1000
},
integrations = {
diffview = true,
telescope = true,