feat(tailwind): allow for custom options in LSP (example with cva)

This commit is contained in:
Sébastien 2025-11-22 23:44:12 +01:00
commit 2d8093f468
2 changed files with 23 additions and 0 deletions

View file

@ -510,3 +510,8 @@
- Add inline typst concealing support under `vim.languages.typst` using
[typst-concealer].
[Shyrogan](https://github.com/Shyrogan):
- Add `vim.languages.tailwind.lsp.opts` option to Tailwind (for third party such as
[cva](https://beta.cva.style/)) along an example on how to use it.