summaryrefslogtreecommitdiff
path: root/fnl/plugins/conform.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/conform.fnl
parent55fbc6552e97e7f41c180adade95c467963c2af2 (diff)
Replace lambda with λ
Diffstat (limited to 'fnl/plugins/conform.fnl')
-rw-r--r--fnl/plugins/conform.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/conform.fnl b/fnl/plugins/conform.fnl
index 3ad98aa..86e5e71 100644
--- a/fnl/plugins/conform.fnl
+++ b/fnl/plugins/conform.fnl
@@ -2,7 +2,7 @@
(λ init []
(vim.keymap.set [:n :v] :<leader>e
- (lambda []
+ (λ []
(let [conform (require :conform)]
(conform.format {:lsp_fallback true :async true})))
{:desc :Format}))