summaryrefslogtreecommitdiff
path: root/mut/neovim
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/neovim
parent934fb3a7a1ee00eaf9728cffb96010c60cc83360 (diff)
fixup
Diffstat (limited to 'mut/neovim')
-rw-r--r--mut/neovim/fnl/conf/init.fnl8
1 files changed, 4 insertions, 4 deletions
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)