cmp-tabby

Maintainers: Gaetan Lepage

plugins.cmp-tabby.enable

Whether to enable cmp-tabby.

Type: boolean

Default: false

Example: true

Declared by:

plugins.cmp-tabby.extraOptions

These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.

Type: attribute set of anything

Default: { }

Declared by:

plugins.cmp-tabby.host

The address of the tabby host server.

Plugin default: "http://localhost:5000"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.cmp-tabby.maxLines

The max number of lines to complete.

Plugin default: 100

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Declared by:

plugins.cmp-tabby.runOnEveryKeyStroke

Whether to run the completion on every keystroke.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.cmp-tabby.stop

Plugin default: ["\n"]

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

Default: null

Declared by: