Skip to content

Commit

Permalink
Merge pull request #23 from rolag/main
Browse files Browse the repository at this point in the history
Prevent suggested items from becoming active text
  • Loading branch information
hrsh7th authored Oct 14, 2022
2 parents 3dd4009 + cad57da commit d2768cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/cmp_nvim_lsp_signature_help/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ source._item = function(self, signature, parameter_index)
label = label,
filterText = ' ',
insertText = self:_matchstr(label, [[\k\+]]),
word = '',
preselect = true,
documentation = self:_docs(signature, parameter_index),
}
Expand Down

0 comments on commit d2768cb

Please sign in to comment.