neovim-confs/lua/plugins/configs/lspkind_icons.lua

30 lines
528 B
Lua
Raw Normal View History

2021-11-17 06:30:57 +01:00
local icons = {
2021-08-27 04:23:06 +02:00
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 = "",
2021-08-27 04:23:06 +02:00
}
2021-11-17 06:30:57 +01:00
return icons