mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 07:23:17 -09:00
init fennel
This commit is contained in:
parent
6609f29403
commit
c47b500a7f
1
.config/nvim/fnl/.nfnl.fnl
Normal file
1
.config/nvim/fnl/.nfnl.fnl
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
10
.config/nvim/fnl/main.fnl
Normal file
10
.config/nvim/fnl/main.fnl
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
(print "test foo")
|
||||||
|
|
||||||
|
(local foo 25)
|
||||||
|
|
||||||
|
(fn add [a b]
|
||||||
|
(+ a b))
|
||||||
|
|
||||||
|
|
||||||
|
{:add add}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user