You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
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.
Describe the bug
Opening a rust file in a directory with a
tailwind.config.jsfile does not start the lsp server, however this used to work previouslyTo Reproduce
Steps to reproduce the behavior:
tailwind.config.{js,cjs,mjs,ts}if not done so:LspInfotailwindcssis not enabled or configuredExpected behavior
The LSP server should start when the tailwind config file exists
Environment (please complete the following information):
Additional context
I have a local fix working that allows
filetypesto be added as part of the configuration, however I am not sure if that is wanted by this plugin.