This is the first commit that actually adds files to the repo. Yes it's a bad commit but now the major features are here
9 lines
200 B
Lua
9 lines
200 B
Lua
-- Init file.
|
|
|
|
-- Ideally this file will stay empty.
|
|
-- Everything will be loaded somewhere else
|
|
--
|
|
require('sherlock5512.opts')
|
|
require('sherlock5512.plugins')
|
|
require('sherlock5512.globalBindings')
|