mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-26 02:08:44 +08:00
tombi: support its LSP (#5022)
* tombi: support its LSP * tombi: support linting and formatting
This commit is contained in:
@@ -8,5 +8,58 @@ dprint *ale-toml-dprint*
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/toml
|
||||
|
||||
|
||||
===============================================================================
|
||||
tombi *ale-toml-tombi*
|
||||
|
||||
`'tombi'` is a TOML formatter, linter, and language server.
|
||||
|
||||
*ale-options.toml_tombi_executable*
|
||||
*g:ale_toml_tombi_executable*
|
||||
*b:ale_toml_tombi_executable*
|
||||
toml_tombi_executable
|
||||
g:ale_toml_tombi_executable
|
||||
Type: |String|
|
||||
Default: `'tombi'`
|
||||
|
||||
This variable can be modified to change the executable path for
|
||||
`tombi`.
|
||||
|
||||
|
||||
*ale-options.toml_tombi_lsp_options*
|
||||
*g:ale_toml_tombi_lsp_options*
|
||||
*b:ale_toml_tombi_lsp_options*
|
||||
toml_tombi_lsp_options
|
||||
g:ale_toml_tombi_lsp_options
|
||||
Type: |String|
|
||||
Default: `''`
|
||||
|
||||
This variable can be modified to provide options when using `tombi` as an
|
||||
LSP server.
|
||||
|
||||
|
||||
*ale-options.toml_tombi_format_options*
|
||||
*g:ale_toml_tombi_format_options*
|
||||
*b:ale_toml_tombi_format_options*
|
||||
toml_tombi_format_options
|
||||
g:ale_toml_tombi_format_options
|
||||
Type: |String|
|
||||
Default: `''`
|
||||
|
||||
This variable can be modified to provide options when using `tombi` as a
|
||||
formatter.
|
||||
|
||||
|
||||
*ale-options.toml_tombi_lint_options*
|
||||
*g:ale_toml_tombi_lint_options*
|
||||
*b:ale_toml_tombi_lint_options*
|
||||
toml_tombi_lint_options
|
||||
g:ale_toml_tombi_lint_options
|
||||
Type: |String|
|
||||
Default: `''`
|
||||
|
||||
This variable can be modified to provide options when using `tombi` as a
|
||||
linter.
|
||||
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
||||
Reference in New Issue
Block a user