merrickluo/lsp-tailwindcss

Having issue integrating lsp-tailwindcss with sveltekit

Closed this issue · 0 comments

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.