mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
tombi: support its LSP (#5022)
* tombi: support its LSP * tombi: support linting and formatting
This commit is contained in:
@@ -698,6 +698,7 @@ Notes:
|
||||
* `thriftcheck`
|
||||
* TOML
|
||||
* `dprint`
|
||||
* `tombi`
|
||||
* TypeScript
|
||||
* `biome`
|
||||
* `cspell`
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -3928,6 +3928,7 @@ documented in additional help files.
|
||||
thriftcheck...........................|ale-thrift-thriftcheck|
|
||||
toml....................................|ale-toml-options|
|
||||
dprint................................|ale-toml-dprint|
|
||||
tombi.................................|ale-toml-tombi|
|
||||
typescript..............................|ale-typescript-options|
|
||||
biome.................................|ale-typescript-biome|
|
||||
cspell................................|ale-typescript-cspell|
|
||||
|
||||
Reference in New Issue
Block a user