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