diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | lua/nvim-lsp-installer/_generated/filetype_map.lua | 1 | ||||
| -rw-r--r-- | lua/nvim-lsp-installer/_generated/language_autocomplete_map.lua | 1 | ||||
| -rw-r--r-- | lua/nvim-lsp-installer/_generated/metadata.lua | 3 | ||||
| -rw-r--r-- | lua/nvim-lsp-installer/installers/cargo.lua | 30 | ||||
| -rw-r--r-- | lua/nvim-lsp-installer/servers/init.lua | 1 | ||||
| -rw-r--r-- | lua/nvim-lsp-installer/servers/taplo/init.lua | 15 |
7 files changed, 52 insertions, 0 deletions
@@ -220,6 +220,7 @@ lsp_installer.settings({ | Stylelint | `stylelint_lsp` | | Svelte | `svelte` | | Swift | `sourcekit` | +| TOML | `taplo` | | Tailwind CSS | `tailwindcss` | | Terraform | `terraformls` | | Terraform [(docs)][tflint] | `tflint` | diff --git a/lua/nvim-lsp-installer/_generated/filetype_map.lua b/lua/nvim-lsp-installer/_generated/filetype_map.lua index 04e8405b..dcc5fc29 100644 --- a/lua/nvim-lsp-installer/_generated/filetype_map.lua +++ b/ |
