chore: rename utils to globals

This commit is contained in:
Mariano Z. 2024-12-26 10:55:25 -03:00
parent 72f903d231
commit 06489e1075
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
5 changed files with 3 additions and 3 deletions

2
lua/globals/init.lua Normal file
View file

@ -0,0 +1,2 @@
require("globals.map")
require("globals.icons")

View file

@ -1,2 +0,0 @@
require("utils.map")
require("utils.icons")