plugins.dropbar.settings.bar.update_events.buf

List of events that should trigger an update on all dropbars attached to a buffer.

Type: null or (list of (string or raw lua code)) or raw lua code

Default: null

Plugin default:

[
  "BufModifiedSet"
  "FileChangedShellPost"
  "TextChanged"
  "ModeChanged"
]

Declared by:

plugins.dropbar.settings.bar.update_events.global

List of events that should trigger an update on all dropbars in the current nvim session.

Type: null or (list of (string or raw lua code)) or raw lua code

Default: null

Plugin default:

[
  "DirChanged"
  "VimResized"
]

Declared by:

plugins.dropbar.settings.bar.update_events.win

List of events that should trigger an update on the dropbar attached to a single window.

Type: null or (list of (string or raw lua code)) or raw lua code

Default: null

Plugin default:

[
  "CursorMoved"
  "WinEnter"
  "WinResized"
]

Declared by: