feat(nvim): enable filewatcher in Neogit
This commit is contained in:
parent
b01961cdfb
commit
4d7e02f29a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user