From a0086f6ce80e4de8f441d073570b68612dc7d83b Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Sep 2021 09:50:25 +0000 Subject: [PATCH] [docgen] Update CONFIG.md skip-checks: true --- CONFIG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CONFIG.md b/CONFIG.md index 5d7e74a1c7..3973db5e38 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -86,6 +86,7 @@ that config. - [svelte](#svelte) - [svls](#svls) - [tailwindcss](#tailwindcss) +- [taplo](#taplo) - [terraformls](#terraformls) - [texlab](#texlab) - [tflint](#tflint) @@ -6822,6 +6823,35 @@ require'lspconfig'.tailwindcss.setup{} ``` +## taplo + +https://taplo.tamasfe.dev/lsp/ + +Language server for Taplo, a TOML toolkit. + +`taplo-lsp` can be installed via `cargo`: +```sh +cargo install taplo-lsp +``` + + + +**Snippet to enable the language server:** +```lua +require'lspconfig'.taplo.setup{} +``` + +**Commands and default values:** +```lua + Commands: + + Default Values: + cmd = { "taplo-lsp", "run" } + filetypes = { "toml" } + root_dir = root_pattern("*.toml", ".git") or dirname +``` + + ## terraformls https://github.com/hashicorp/terraform-ls