Replies: 5 comments 2 replies
-
Run |
Beta Was this translation helpful? Give feedback.
-
@kirawi
|
Beta Was this translation helpful? Give feedback.
-
@andradei Sorry to bump this so much later, but did you ever get this figured out? I am trying to implement the tailwind-LSP ontop of the Go LSP, as I'm using Gomponents, so the templ implementation may give me some clarity to get that working. |
Beta Was this translation helpful? Give feedback.
-
@Nintron27 Hi, I didn't get this working unfortunately. I moved back to neovim several months ago and only use helix occasionally, mainly to watch its development and move features I like to my neovim config. |
Beta Was this translation helpful? Give feedback.
-
I got this working by adding templ to userLanguages in the tailwindcss-ls config: [language-server.tailwindcss-ls]
config = { userLanguages = { templ = "html" } }
[[language]]
name = "templ"
auto-format = true
language-servers = [ "templ", "tailwindcss-ls" ] |
Beta Was this translation helpful? Give feedback.
-
Now that the
templ
LSP is supported, I'd like to add HTML and TailwindCSS LSP support to.templ
files.Nothing I tried works. This is my current
languages.toml
Beta Was this translation helpful? Give feedback.
All reactions