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/cmp.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/plugins/cmp.fnl') diff --git a/fnl/plugins/cmp.fnl b/fnl/plugins/cmp.fnl index 6063462..28c330c 100644 --- a/fnl/plugins/cmp.fnl +++ b/fnl/plugins/cmp.fnl @@ -12,7 +12,7 @@ (let [cmp (require :cmp) lspkind (require :lspkind)] (lspkind.init) - (cmp.setup {:snippet {:expand (lambda [args] + (cmp.setup {:snippet {:expand (λ [args] (let [luasnip (require :luasnip)] (luasnip.lsp_expand args.body)))} :completion {:completopt "menu,menuone,noinsert"} -- cgit v1.2.3-70-g09d2