From 34e7a81596fcff21b49304bdfcc43156390213c7 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 17 Jan 2023 00:11:04 +0100 Subject: Fix lazy key map --- fnl/plugins/core/lazy.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl') diff --git a/fnl/plugins/core/lazy.fnl b/fnl/plugins/core/lazy.fnl index 69ad103..5e5a98e 100644 --- a/fnl/plugins/core/lazy.fnl +++ b/fnl/plugins/core/lazy.fnl @@ -28,7 +28,7 @@ (fn setup [plugins] (let [lazy (require :lazy)] - (vim.keymap.set :n :y "Lazy home" {:desc :Home}) + (vim.keymap.set :n :y "Lazy home" {:desc :Home}) (lazy.setup plugins opts))) {: setup} -- cgit v1.2.3-70-g09d2