Describe the bug
Opening a rust file in a directory with a tailwind.config.js file does not start the lsp server, however this used to work previously
To Reproduce
Steps to reproduce the behavior:
- Create a rust project that uses TailwindCSS
- Create a tailwind config file
tailwind.config.{js,cjs,mjs,ts} if not done so
- Open a rust file within the project
- Run
:LspInfo
- Notice that
tailwindcss is not enabled or configured
Expected behavior
The LSP server should start when the tailwind config file exists
Environment (please complete the following information):
- MacOS 15.5
- Neovim v0.11.0
- Nvim-treesitter 42fc28b
- tailwind-language-server 0.14.21
Additional context
I have a local fix working that allows filetypes to be added as part of the configuration, however I am not sure if that is wanted by this plugin.