nvim: lsp: Fix typos & symbols in LSP protocol completion item kind
This commit is contained in:
parent
e541b2d745
commit
96977caa81
1 changed files with 3 additions and 3 deletions
|
@ -42,18 +42,18 @@ protocol.CompletionItemKind = {
|
||||||
' Property' ;
|
' Property' ;
|
||||||
' Unit' ;
|
' Unit' ;
|
||||||
' Value' ;
|
' Value' ;
|
||||||
'螺Enum' ;
|
' Enum' ;
|
||||||
' Keyword' ;
|
' Keyword' ;
|
||||||
' Snippet' ;
|
' Snippet' ;
|
||||||
' Color' ;
|
' Color' ;
|
||||||
' File' ;
|
' File' ;
|
||||||
' Reference' ;
|
' Reference' ;
|
||||||
' Folder' ;
|
' Folder' ;
|
||||||
' Enunm' ;
|
' EnumMember' ;
|
||||||
' Constant' ;
|
' Constant' ;
|
||||||
' Struct' ;
|
' Struct' ;
|
||||||
' Event' ;
|
' Event' ;
|
||||||
'璉Operator' ;
|
' Operator' ;
|
||||||
' TypeParameter';
|
' TypeParameter';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue