refactor: implement setup function and move keymaps
parent
c970c39ec9
commit
68d467089b
@ -1,5 +1,3 @@
|
||||
-- Load the main module.
|
||||
-- This will execute the code inside lua/todoer/init.lua immediately,
|
||||
-- including setting the keymaps.
|
||||
require('todoer')
|
||||
|
||||
-- Load the main module and call its setup function.
|
||||
-- This will execute the setup logic inside lua/todoer/init.lua immediately.
|
||||
require('todoer').setup()
|
||||
|
Loading…
Reference in New Issue