summaryrefslogtreecommitdiff
path: root/fnl/plugins/rest.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 00:43:50 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 00:43:50 +0200
commitf048e7a0042c10885ee37301464febc8c8f63e96 (patch)
treeead501d5675c0e57b90c82a952aa3dcb9d7c487e /fnl/plugins/rest.fnl
parent55fbc6552e97e7f41c180adade95c467963c2af2 (diff)
Replace lambda with λ
Diffstat (limited to 'fnl/plugins/rest.fnl')
-rw-r--r--fnl/plugins/rest.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/rest.fnl b/fnl/plugins/rest.fnl
index dd6c2c6..7f02818 100644
--- a/fnl/plugins/rest.fnl
+++ b/fnl/plugins/rest.fnl
@@ -14,6 +14,6 @@
:branch :fix/getregtype
:ft :http
:dependencies [{1 :vhyrro/luarocks.nvim :priority 1000 :config true}]
- :config (lambda []
+ :config (λ []
(let [rest-nvim (require :rest-nvim)]
(rest-nvim.setup {: keybinds})))}