We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
htmx-lsp
blink.cmp
if htmx-lsp is attached, other autocompletion is not working.
When htmx-lsp is configured through mason:
local lspconfig = require('lspconfig') -- ... lspconfig.htmx.setup{}
autocompletion for javascript, and typescript wont be working, but works for some other languages, like go.
javascript
typescript
go
some edditional details:
LazyVim/LazyVim#5078 (comment)
return { { "neovim/nvim-lspconfig", opts = { inlay_hints = { enabled = false }, }, }, }
v0.10.2
v0.8.2
The text was updated successfully, but these errors were encountered:
It's possible 86a13ae resolves this, do you mind giving it a test?
Sorry, something went wrong.
sure, will give it a go, and report it back! 🫡 thanks for the reply!
@zilahir did it work? I'm having same issue, noticed blink wasn't working until I removed htmx-lsp
I'm having the same issue. With the latest version the problem seems to be still there. I had to remove lsp-htmx to make it working with js and ts.
No branches or pull requests
Make sure you have done the following
blink.cmp
Bug Description
if
htmx-lsp
is attached, other autocompletion is not working.When
htmx-lsp
is configured through mason:autocompletion for
javascript
, andtypescript
wont be working, but works for some other languages, likego
.some edditional details:
LazyVim/LazyVim#5078 (comment)
Relevant configuration
neovim version
v0.10.2
blink.cmp
version: branch, tag, or commitv0.8.2
The text was updated successfully, but these errors were encountered: