diff options
Diffstat (limited to 'mut')
| l--------- | mut/lf/icons | 2 | ||||
| -rw-r--r-- | mut/neovim/fnl/conf/init.fnl | 8 |
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) |
