nvim: lsp: Fix typos & symbols in LSP protocol completion item kind

This commit is contained in:
Sanchayan Maity 2021-12-28 20:26:20 +05:30
parent e541b2d745
commit 96977caa81

View file

@ -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';
} }