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 :) -- Custom mix of lspkind defaults and VS Code codicons :)
symbol_map = { symbol_map = {
Text = '', -- VS Code Array = '',
Method = '󰆧', -- lspkind Boolean = '',
Function = '󰊕', -- lspkind Class = '',
Constructor = '', -- lspkind Color = '',
Field = '󰜢', -- lspkind Constant = '󰏿',
Variable = '󰀫', -- lspkind Constructor = '',
Class = '', -- VS Code Copilot = '',
Interface = '', -- VS Code Enum = '',
Module = '', -- VS Code EnumMember = '',
Property = '', -- VS Code Event = '',
Unit = '', -- VS Code Field = '',
Value = '󰎠', -- lspkind File = '',
Enum = '', -- lspkind Folder = '',
Keyword = '', -- VS Code Function = '󰊕',
Snippet = '', -- VS Code Interface = '',
Color = '', -- VS Code Key = '',
File = '', -- VS Code Keyword = '',
Reference = '', -- VS Code Method = '',
Folder = '', -- VS Code Module = '',
EnumMember = '', -- lspkind Namespace = '',
Constant = '󰏿', -- lspkind Null = '',
Struct = '', -- VS Code Number = '',
Event = '', -- VS Code Object = '',
Operator = '', -- VS Code Operator = '',
TypeParameter = '', -- VS Code Package = '',
Property = '',
Reference = '',
Snippet = '',
String = '',
Struct = '',
Text = '',
TypeParameter = '',
Unit = '',
Value = '󰎠',
Variable = '󰀫',
}, },
}, },
}, },