-
-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
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,
},Metadata
Metadata
Assignees
Labels
No labels

