-
-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.2.731
breaks Mason.nvim integration
#823
Comments
I would expect the latest release |
Are you experiencing the bug fixed in 01d3361 ? It is worth mentioning that you can tell mason not to install an lsp and use the version installed to your PATH, this is what I do since often I am working on a local version of templ. |
Hey, thanks for taking the time to answer! I'll circumvent using Mason for the moment, sorry for the bother :) Cheers EDIT: it seems that it has nothing to do with the release itself, it looks like there's something going on with my config. I'll keep investigating but it seems the problem is on Mason's side or, at least, caused by it. EDIT: after investigating, it's an issue with the new version of gopls |
Hello!
First off, amazing job with Templ, this is amazing!
I am using Mason with Neovim to manage my LSPs, Linters, DAPs, etc but I can't get the Templ LSP to work properly with it.
I spent a few hours debugging my config and I found out that the problem is that the Mason registry uses the latest release, not the latest version of the code on the main branch.
If I ditch Mason and use
go install
pointing to thelatest
version, I get thev0.2.734
which works just fine: auto-imports, auto-completion, etc.Since my entire LSP config turns around Mason, I can't (and won't) ditch it easily, so I wanted to ask: can you make a release with the current version of the main branch?
Thanks and take care :)
The text was updated successfully, but these errors were encountered: