Skip to content

Commit

Permalink
refactor(plugins): remove diffview.nvim.
Browse files Browse the repository at this point in the history
Signed-off-by: ayamir <lgt986452565@gmail.com>
  • Loading branch information
ayamir committed Mar 21, 2024
1 parent 7b14a97 commit 822b123
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 583 deletions.
4 changes: 0 additions & 4 deletions lua/keymap/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ local plug_map = {
:with_noremap()
:with_desc("edit: Toggle comment for block with selection"),

-- Plugin: diffview.nvim
["n|<leader>gd"] = map_cr("DiffviewOpen"):with_silent():with_noremap():with_desc("git: Show diff"),
["n|<leader>gD"] = map_cr("DiffviewClose"):with_silent():with_noremap():with_desc("git: Close diff"),

-- Plugin: hop.nvim
["nv|<leader>w"] = map_cmd("<Cmd>HopWordMW<CR>"):with_noremap():with_desc("jump: Goto word"),
["nv|<leader>j"] = map_cmd("<Cmd>HopLineMW<CR>"):with_noremap():with_desc("jump: Goto line"),
Expand Down
Loading

0 comments on commit 822b123

Please # to comment.