clean up!
This commit is contained in:
parent
aa9667a5de
commit
3330d1cc06
14 changed files with 68 additions and 101 deletions
|
|
@ -1,6 +1,4 @@
|
|||
local M = {}
|
||||
|
||||
M.icons = {
|
||||
local icons = {
|
||||
Text = "",
|
||||
Method = "",
|
||||
Function = "",
|
||||
|
|
@ -28,4 +26,4 @@ M.icons = {
|
|||
TypeParameter = "",
|
||||
}
|
||||
|
||||
return M
|
||||
return icons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue