plugins.coq-thirdparty.sources

List of sources. Each source is a free-form type, so additional settings like accept_key may be specified even if they are not declared by nixvim.

Type: list of (attribute set)

Default: [ ]

Example:

[
  {
    short_name = "nLUA";
    src = "nvimlua";
  }
  {
    short_name = "vTEX";
    src = "vimtex";
  }
  {
    accept_key = "<c-f>";
    short_name = "COP";
    src = "copilot";
  }
  {
    src = "demo";
  }
]

Declared by:

plugins.coq-thirdparty.sources.*.short_name

A short name for the source. If not specified, it is uppercase src.

Type: null or string

Default: null

Example: "nLUA"

Declared by:

plugins.coq-thirdparty.sources.*.src

The name of the source

Type: string

Declared by: