plugins.indent-blankline.extraOptions.exclude.buftypes

List of buftypes for which indent-blankline is disabled.

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

Default: null

Plugin default:

[
  "terminal"
  "nofile"
  "quickfix"
  "prompt"
]

Declared by:

plugins.indent-blankline.extraOptions.exclude.filetypes

List of filetypes for which indent-blankline is disabled.

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

Default: null

Plugin default:

[
  "lspinfo"
  "packer"
  "checkhealth"
  "help"
  "man"
  "gitcommit"
  "TelescopePrompt"
  "TelescopeResults"
  "\'\'"
]

Declared by: