plugins.gitsigns.settings.watch_gitdir.enable

When opening a file, a libuv watcher is placed on the respective .git directory to detect when changes happen to use as a trigger to update signs.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.gitsigns.settings.watch_gitdir.follow_files

If a file is moved with git mv, switch the buffer to the new location.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by: