clean up!

This commit is contained in:
siduck 2021-11-17 11:00:57 +05:30
parent aa9667a5de
commit 3330d1cc06
14 changed files with 68 additions and 101 deletions

View file

@ -1,6 +1,4 @@
local M = {}
M.icons = {
local icons = {
Text = "",
Method = "",
Function = "",
@ -28,4 +26,4 @@ M.icons = {
TypeParameter = "",
}
return M
return icons