languages/tailwind: remove module

This commit is contained in:
Snoweuph 2026-04-11 16:25:54 +02:00
commit f5c13c7d39
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
6 changed files with 3 additions and 101 deletions

View file

@ -75,8 +75,6 @@ languages have sections under the `vim.languages` attribute.
[vim.languages.scala.enable](./options.html#option-vim-languages-scala-enable)
- Svelte:
[vim.languages.svelte.enable](./options.html#option-vim-languages-svelte-enable)
- Tailwind:
[vim.languages.tailwind.enable](./options.html#option-vim-languages-tailwind-enable)
- Terraform:
[vim.languages.terraform.enable](./options.html#option-vim-languages-terraform-enable)
- Typst:

View file

@ -81,6 +81,9 @@
- Renamed `tofuls-tf` and `tofuls-hcl` to `tofu-ls`.
- Removed `languages.tailwind` which only provided an LSP. Use
`lsp.presets.tailwindcss-language-server` instead.
## Changelog {#sec-release-0-9-changelog}
[SecBear](https://github.com/SecBear):