aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONFIG.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 5d7e74a1..3973db5e 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