Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChiuGit committed Jul 7, 2024
1 parent c387b45 commit 6d2cd84
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lua/keymap/tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ local plug_map = {
["n|<leader>nf"] = map_cr("NvimTreeFindFile"):with_noremap():with_silent():with_desc("filetree: Find file"),
["n|<leader>nr"] = map_cr("NvimTreeRefresh"):with_noremap():with_silent():with_desc("filetree: Refresh"),

--- Plugin: oil
["n|<leader>o"] = map_callback(function()
require("oil").open_float()
end)
:with_noremap()
:with_desc("filetree: Open Oil"),

-- Plugin: sniprun
["v|<leader>r"] = map_cr("SnipRun"):with_noremap():with_silent():with_desc("tool: Run code by range"),
["n|<leader>r"] = map_cu([[%SnipRun]]):with_noremap():with_silent():with_desc("tool: Run code by file"),
Expand Down

0 comments on commit 6d2cd84

Please sign in to comment.