nvim: handle TypeParameter in cmp
This commit is contained in:
parent
e053cb9b44
commit
b721caf4c9
1 changed files with 5 additions and 0 deletions
|
@ -89,6 +89,11 @@
|
||||||
(do
|
(do
|
||||||
(set kind.kind " ")
|
(set kind.kind " ")
|
||||||
(set kind.menu " (Clipboard)"))
|
(set kind.menu " (Clipboard)"))
|
||||||
|
(= (. strings 1) :TypeParameter)
|
||||||
|
(do
|
||||||
|
(set kind.kind " ")
|
||||||
|
(set kind.menu
|
||||||
|
" (TypeParameter)"))
|
||||||
(do
|
(do
|
||||||
(set kind.kind
|
(set kind.kind
|
||||||
(.. " " (or (. strings 1) "")
|
(.. " " (or (. strings 1) "")
|
||||||
|
|
Loading…
Reference in a new issue