clink/.init.lua
2022-02-28 20:15:23 +01:00

3 lines
195 B
Lua

-- The line below extends package.path with modules
-- directory to allow to require them
package.path = debug.getinfo(1, "S").source:match[[^@?(.*[\/])[^\/]-$]] .."modules/?.lua;".. package.path