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' ;
|
||||
' Unit' ;
|
||||
' Value' ;
|
||||
'螺Enum' ;
|
||||
' Enum' ;
|
||||
' Keyword' ;
|
||||
' Snippet' ;
|
||||
' Color' ;
|
||||
' File' ;
|
||||
' Reference' ;
|
||||
' Folder' ;
|
||||
' Enunm' ;
|
||||
' EnumMember' ;
|
||||
' Constant' ;
|
||||
' Struct' ;
|
||||
' Event' ;
|
||||
'璉Operator' ;
|
||||
' Operator' ;
|
||||
' TypeParameter';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue