merrickluo / lsp-tailwindcss

the lsp-mode client for tailwindcss
GNU General Public License v3.0
180 stars 21 forks source link

Having issue integrating lsp-tailwindcss with sveltekit #67

Closed Vanderscycle closed 2 months ago

Vanderscycle commented 3 months ago

Hey,

Sorry to bother you, I can't seem to get lsp-tailwindcss actually working for spacemacs in svelte. I am still relatively new with emacs, and took this config from one of the example here.

   dotspacemacs-additional-packages '(
     ;; essentially a wrapper for use-package
[...]
     (lsp-tailwindcss
       :init
       (setq lsp-tailwindcss-add-on-mode t)
       :config
       (setq lsp-tailwindcss-major-modes '(svelte-mode html-mode sgml-mode mhtml-mode web-mode css-mode)))
     )
        "tailwindcss": "^3.4.1",

lsp-describe-session returned the following which isn't usefull at all image

Any help is appreciated, thank you for maintaining this project.