vim: update icons for auto-complete

This commit is contained in:
Fernando Schauenburg 2023-07-20 23:46:54 +02:00
parent 91149a7300
commit ccf9be6722

View file

@ -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 = '󰀫',
},
},
},