mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nvim): fennel-ized oil
This commit is contained in:
parent
600e099d16
commit
f142411bfb
3 changed files with 35 additions and 32 deletions
6
.config/nvim/fnl/helpers.fnl
Normal file
6
.config/nvim/fnl/helpers.fnl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(local M {})
|
||||
|
||||
(lambda M.require-then [module callback]
|
||||
(callback (require module)))
|
||||
|
||||
M
|
||||
Loading…
Add table
Add a link
Reference in a new issue