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

Issue with typescript vtsls #329

Open
antoinegomez opened this issue Jun 6, 2024 · 1 comment
Open

Issue with typescript vtsls #329

antoinegomez opened this issue Jun 6, 2024 · 1 comment

Comments

@antoinegomez
Copy link

antoinegomez commented Jun 6, 2024

Creating this as a placeholder for now.

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

  • lsp: vtsls
  • semanticTokens on

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant