mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-04-27 00:19:10 +00:00
6 lines
65 B
Lua
6 lines
65 B
Lua
local M = {}
|
|
|
|
M.utils = require("foodogsquared.utils")
|
|
|
|
return M
|