Skip to content

Instantly share code, notes, and snippets.

@dhruvmanila
Created May 20, 2021 05:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhruvmanila/1baa68c0cf985a112391c6deaedb72da to your computer and use it in GitHub Desktop.
Save dhruvmanila/1baa68c0cf985a112391c6deaedb72da to your computer and use it in GitHub Desktop.
LSP completion kind symbols from VSCode
lsp_kind = {
Text = "",
Method = "",
Function = "",
Constructor = "",
Field = "",
Variable = "",
Class = "",
Interface = "",
Module = "",
Property = "",
Unit = "",
Value = "",
Enum = "",
Keyword = "",
Snippet = "",
Color = "",
File = "",
Reference = "",
Folder = "",
EnumMember = "",
Constant = "",
Struct = "",
Event = "",
Operator = "",
TypeParameter = "",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment