summaryrefslogtreecommitdiff
path: root/fnl/plugins/rest.fnl
diff options
context:
space:
mode:
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})))}