ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
1.98k stars 53 forks source link

Issue with typescript vtsls #329

Open antoinegomez opened 1 month ago

antoinegomez commented 1 month ago

Creating this as a placeholder for now.

Will add more details and also minimal config for reproduction as soon as I can.

Setup in lsp on attach:

    if lsp_signature then
        local signature_setup = {
      bind = false,
            toggle_key = "<C-k>",
            hint_enable = true,
        }
        lsp_signature.on_attach(signature_setup, bufnr)
    end

My current nvim config is quite convoluted, working on simplifying it.

image

LspInfo

image

image

lsp.log

image

antoinegomez commented 1 month ago

Did a slim config and so far I cannot reproduce. So here comes the game of finding out what is causing this error.

https://gitlab.com/gomezantoine/dotfiles/-/tree/lsp-sign?ref_type=heads