Skip to content

Commit

Permalink
[docgen] Update CONFIG.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions committed Sep 10, 2021
1 parent ad93065 commit a0086f6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ that config.
- [svelte](#svelte)
- [svls](#svls)
- [tailwindcss](#tailwindcss)
- [taplo](#taplo)
- [terraformls](#terraformls)
- [texlab](#texlab)
- [tflint](#tflint)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a0086f6

Please sign in to comment.