From 5e3e5ad843e5eb3f69c4e2ce9af241febb6d7d95 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 14 Oct 2024 00:05:34 +0200 Subject: fixup --- mut/lf/icons | 2 +- mut/neovim/fnl/conf/init.fnl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mut') diff --git a/mut/lf/icons b/mut/lf/icons index 0895903..2260f2b 120000 --- a/mut/lf/icons +++ b/mut/lf/icons @@ -1 +1 @@ -/nix/store/yab9wd0wxx5s54amq6waiz862m405qcz-home-manager-files/.config/lf/icons \ No newline at end of file +/nix/store/q8hdr7j1k3mwdjh63n3i0m10d098s60n-home-manager-files/.config/lf/icons \ No newline at end of file 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