Skip to content
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

conflicting with htmx-lsp #825

Open
2 tasks done
zilahir opened this issue Dec 30, 2024 · 4 comments
Open
2 tasks done

conflicting with htmx-lsp #825

zilahir opened this issue Dec 30, 2024 · 4 comments
Labels
bug Something isn't working LSP Related to a specific LSP

Comments

@zilahir
Copy link

zilahir commented Dec 30, 2024

Make sure you have done the following

  • I have updated to the latest version of blink.cmp
  • I have read the README

Bug Description

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.

some edditional details:

LazyVim/LazyVim#5078 (comment)

Relevant configuration

return {
  {
    "neovim/nvim-lspconfig",
    opts = {
      inlay_hints = { enabled = false },
    },
  },
}

neovim version

v0.10.2

blink.cmp version: branch, tag, or commit

v0.8.2

@zilahir zilahir added the bug Something isn't working label Dec 30, 2024
@Saghen
Copy link
Owner

Saghen commented Dec 30, 2024

It's possible 86a13ae resolves this, do you mind giving it a test?

@Saghen Saghen added the LSP Related to a specific LSP label Dec 30, 2024
@zilahir
Copy link
Author

zilahir commented Dec 30, 2024

sure, will give it a go, and report it back! 🫡 thanks for the reply!

@asilvadesigns
Copy link

@zilahir did it work? I'm having same issue, noticed blink wasn't working until I removed htmx-lsp

@ovidius72
Copy link

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.

@Saghen Saghen mentioned this issue Jan 7, 2025
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working LSP Related to a specific LSP
Projects
None yet
Development

No branches or pull requests

4 participants