Fork me on GitHub
#spacemacs
<
2021-11-26
>
vnctaing22:11:14

Hi, I’m trying to have tailwind css intellisense working with hiccup on spacemacs, does anyone know how to hook it up ? https://github.com/merrickluo/lsp-tailwindcss

practicalli-johnny08:11:23

Try adding lsp-tailwindcss as an additional package in the .spacemacs configuration file

dotspacemacs-additional-packages '(lsp-tailwindcss)
If that doesnt work, try adding the specific recipie

practicalli-johnny08:11:23

dotspacemacs-additional-packages '((lsp-tailwindcss :recipe (:host github :repo "merrickluo/lsp-tailwindcss")))

practicalli-johnny08:11:18

Restart spacemacs to download the package. Then follow the instructions to install the server https://github.com/merrickluo/lsp-tailwindcss#language-server