summaryrefslogtreecommitdiff
path: root/mut
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2024-10-14 00:05:34 +0200
committerMike Vink <ivi@vinkies.net>2024-10-14 00:05:34 +0200
commit5e3e5ad843e5eb3f69c4e2ce9af241febb6d7d95 (patch)
tree496f9efa7f9b9e0526d5318bde3068f3fbb132fa /mut
parent934fb3a7a1ee00eaf9728cffb96010c60cc83360 (diff)
fixup
Diffstat (limited to 'mut')
l---------mut/lf/icons2
-rw-r--r--mut/neovim/fnl/conf/init.fnl8
2 files changed, 5 insertions, 5 deletions
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<CR>")
(map :n :g<cr> ::G<cr>)
- (map :n :ga "<Plug>(EasyAlign)")
- (map :x :ga "<Plug>(EasyAlign)")
- (map :n :<leader>d<cr> (fn [] (draw true)))
- (map :n :<leader>d<bs> (fn [] (draw false)))
+ ;(map :n :ga "<Plug>(EasyAlign)")
+ ;(map :x :ga "<Plug>(EasyAlign)")
+ ; (map :n :<leader>d<cr> (fn [] (draw true)))
+ ; (map :n :<leader>d<bs> (fn [] (draw false)))
(map :n :- ::Oil<cr>)
(map :n :_ #(oil.open_cwd.callback))
(map :n :<leader>qf cope)