From f048e7a0042c10885ee37301464febc8c8f63e96 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 29 Jul 2024 00:43:50 +0200 Subject: Replace lambda with λ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fnl/plugins/conform.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/plugins/conform.fnl') 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] :e - (lambda [] + (λ [] (let [conform (require :conform)] (conform.format {:lsp_fallback true :async true}))) {:desc :Format})) -- cgit v1.2.3-70-g09d2