From 5e3e5ad843e5eb3f69c4e2ce9af241febb6d7d95 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 14 Oct 2024 00:05:34 +0200 Subject: fixup --- mut/neovim/fnl/conf/init.fnl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mut/neovim') diff --git a/mut/neovim/fnl/conf/init.fnl b/mut/neovim/fnl/conf/init.fnl index 28cb1f0..9a776ce 100644 --- a/mut/neovim/fnl/conf/init.fnl +++ b/mut/neovim/fnl/conf/init.fnl @@ -83,10 +83,10 @@ (let [map vim.keymap.set] (map :n :gb ":GBrowse") (map :n :g ::G) - (map :n :ga "(EasyAlign)") - (map :x :ga "(EasyAlign)") - (map :n :d (fn [] (draw true))) - (map :n :d (fn [] (draw false))) + ;(map :n :ga "(EasyAlign)") + ;(map :x :ga "(EasyAlign)") + ; (map :n :d (fn [] (draw true))) + ; (map :n :d (fn [] (draw false))) (map :n :- ::Oil) (map :n :_ #(oil.open_cwd.callback)) (map :n :qf cope) -- cgit v1.2.3