plugins.otter.settings.buffers.set_filetype

If set to true, the filetype of the otterbuffers will be set. Otherwise only the autocommand of lspconfig that attaches the language server will be executed without setting the filetype.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.otter.settings.buffers.write_to_disk

Write <path>.otter.<embedded language extension> files to disk on save of main buffer. Useful for some linters that require actual files, otter files are deleted on quit or main buffer close.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: