-
Notifications
You must be signed in to change notification settings - Fork 21
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
Usage in Clojurescript? #52
Comments
|
@joshcho Were you able to solve this? I am trying to use this one with Eglot and CLJS... |
@zikajk FYI you don't need this package for using with eglot, and you can't use two language servers in a single buffer with eglot too. |
@merrickluo Right. By "you don't need this package..." do you mean there is some other way to get Eglot + Tailwind LSP working? |
eglot works differently with lsp-mode, theoretically, you only need to tell it how to start a language server, for example, if you want to use tailwindcss language server in (add-to-list 'eglot-server-programs
'((clojurescript-mode :language-id "html") . ("tailwindcss-language-server"))) it may or may not work, since tailwindcss's language server might need some specific config. I'll probably try it out when eglot got multiple server support, cuz using it alone doesn't make much sense xD, |
make sure to read the troubleshooting guide first.
This is a bit of a shot in the dark, but is it possible to use lsp-tailwindcss in clojurescript? I tried add-on, but it doesn't work (as expected).
The text was updated successfully, but these errors were encountered: