plugins.none-ls.sources.formatting.prettier.enable

Whether to enable the prettier formatting source for none-ls.

Type: boolean

Default: false

Example: true

Declared by:

plugins.none-ls.sources.formatting.prettier.package

Package to use for prettier by none-ls.

Type: null or package

Default: <derivation prettier-3.3.0>

Declared by:

plugins.none-ls.sources.formatting.prettier.disableTsServerFormatter

Disables the formatting capability of the tsserver language server if it is enabled.

Type: null or boolean

Default: null

Example: true

Declared by:

plugins.none-ls.sources.formatting.prettier.withArgs

Raw Lua code passed as an argument to the source’s with method.

Type: null or lua code string

Default: null

Declared by: