vim: update icons for auto-complete
This commit is contained in:
parent
91149a7300
commit
ccf9be6722
1 changed files with 35 additions and 25 deletions
|
@ -69,31 +69,41 @@ local config = function()
|
|||
|
||||
-- Custom mix of lspkind defaults and VS Code codicons :)
|
||||
symbol_map = {
|
||||
Text = '', -- VS Code
|
||||
Method = '', -- lspkind
|
||||
Function = '', -- lspkind
|
||||
Constructor = '', -- lspkind
|
||||
Field = '', -- lspkind
|
||||
Variable = '', -- lspkind
|
||||
Class = '', -- VS Code
|
||||
Interface = '', -- VS Code
|
||||
Module = '', -- VS Code
|
||||
Property = '', -- VS Code
|
||||
Unit = '', -- VS Code
|
||||
Value = '', -- lspkind
|
||||
Enum = '', -- lspkind
|
||||
Keyword = '', -- VS Code
|
||||
Snippet = '', -- VS Code
|
||||
Color = '', -- VS Code
|
||||
File = '', -- VS Code
|
||||
Reference = '', -- VS Code
|
||||
Folder = '', -- VS Code
|
||||
EnumMember = '', -- lspkind
|
||||
Constant = '', -- lspkind
|
||||
Struct = '', -- VS Code
|
||||
Event = '', -- VS Code
|
||||
Operator = '', -- VS Code
|
||||
TypeParameter = '', -- VS Code
|
||||
Array = '',
|
||||
Boolean = '',
|
||||
Class = '',
|
||||
Color = '',
|
||||
Constant = '',
|
||||
Constructor = '',
|
||||
Copilot = '',
|
||||
Enum = '',
|
||||
EnumMember = '',
|
||||
Event = '',
|
||||
Field = '',
|
||||
File = '',
|
||||
Folder = '',
|
||||
Function = '',
|
||||
Interface = '',
|
||||
Key = '',
|
||||
Keyword = '',
|
||||
Method = '',
|
||||
Module = '',
|
||||
Namespace = '',
|
||||
Null = '',
|
||||
Number = '',
|
||||
Object = '',
|
||||
Operator = '',
|
||||
Package = '',
|
||||
Property = '',
|
||||
Reference = '',
|
||||
Snippet = '',
|
||||
String = '',
|
||||
Struct = '',
|
||||
Text = '',
|
||||
TypeParameter = '',
|
||||
Unit = '',
|
||||
Value = '',
|
||||
Variable = '',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue