spacemacs

vnctaing 2021-11-26T22:45:14.140300Z

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-johnny 2021-11-27T08:16:23.141Z

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-johnny 2021-11-27T08:17:23.141200Z

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

practicalli-johnny 2021-11-27T08:22:18.141400Z

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