summaryrefslogtreecommitdiff
path: root/mut/neovim
diff options
context:
space:
mode:
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)