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

Parameter hint/highlight incorrect due to whitespace #344

Open
cactusbento opened this issue Oct 23, 2024 · 0 comments
Open

Parameter hint/highlight incorrect due to whitespace #344

cactusbento opened this issue Oct 23, 2024 · 0 comments

Comments

@cactusbento
Copy link

Incorrect_hint_A
Incorrect_hint_B

Language Server: zls

Adding a space after a comma separating function parameters highlights the previous parameter. Happens with all functions.

  {
    "ray-x/lsp_signature.nvim",
    event = "BufRead",
    config = function()
      require("lsp_signature").setup({
        bind = true,
        hint_enable = true,
        hint_prefix = "!>",
        toggle_key = "<C-x>",
        handler_opts = {
          border = "single",
        },
        hi_parameter = "LspSignatureActiveParameter",

        doc_lines = 10,
      })
    end,
  },
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