-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for UnoCSS #2550
Comments
See #2551 (comment) Here it looks like the config would be something like {
"clients": {
"UnoCSS": {
"enabled": true,
"command": ["unocss-language-server", "--stdio"],
"selector": "source.css"
},
}
} A separate package similar to LSP-tailwindcss could be created to automatically install & update the server. This would also allow to handle custom requests if that is applicable to this server (probably not necessary). We could create a new LSP-UnoCSS repository under the sublimelsp organization if desired, but someone would need to maintain it. |
Wow, that works, thanks! I looked into docs and I didn't realize that its called "Clients", I searched for "Custom server" or something like that. |
Feel free to submit PR that updates https://github.com/sublimelsp/LSP/blob/main/docs/src/language_servers.md based on examples there. |
UnoCSS: https://github.com/unocss/unocss
It should be similiar to tailwindcss plugin.
Example plugin for nvim
The text was updated successfully, but these errors were encountered: