remove lspkind

This commit is contained in:
siduck76
2021-08-27 07:53:06 +05:30
parent 475a4c5f38
commit 253047747a
3 changed files with 44 additions and 12 deletions

View File

@@ -0,0 +1,31 @@
local M = {}
M.icons = {
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 = "",
}
return M