feat(nvim): enable filewatcher in Neogit
This commit is contained in:
parent
b01961cdfb
commit
4d7e02f29a
@ -14,10 +14,16 @@ return {
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
---@type NeogitConfig
|
||||||
return {
|
return {
|
||||||
disable_insert_on_commit = "auto",
|
disable_insert_on_commit = "auto",
|
||||||
disable_commit_confirmation = true,
|
disable_commit_confirmation = true,
|
||||||
disable_builtin_notifications = true,
|
disable_builtin_notifications = true,
|
||||||
|
auto_refresh = true,
|
||||||
|
filewatcher = {
|
||||||
|
enabled = true,
|
||||||
|
interval = 1000
|
||||||
|
},
|
||||||
integrations = {
|
integrations = {
|
||||||
diffview = true,
|
diffview = true,
|
||||||
telescope = true,
|
telescope = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user