plugins.lsp.servers.lua-ls.settings.format.enable

Whether the built-in formatted should be enabled or not.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.lsp.servers.lua-ls.settings.format.defaultConfig

The default configuration for the formatter. If there is a .editorconfig in the workspace, it will take priority. Read more on the formatter’s GitHub page.

Type: null or (attribute set of (string or raw lua code))

Default: null

Plugin default: { }

Declared by: