Skip to content

Commit

Permalink
replace flash with hop 💫
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Jun 26, 2024
1 parent 8b1f77a commit 6ed1ca2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
3 changes: 0 additions & 3 deletions nvim/lua/core/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ require("lazy").setup({
lazy = true,
version = false,
},
pkg = {
sources = { "lazy" },
},
install = {
missing = true,
colorscheme = { "cyberdream" },
Expand Down
12 changes: 0 additions & 12 deletions nvim/lua/plugins/flash.lua

This file was deleted.

13 changes: 13 additions & 0 deletions nvim/lua/plugins/hop.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
return {
"smoka7/hop.nvim",
version = "*",
opts = {
keys = "etovxqpdygfblzhckisuran",
},
keys = {
{ "S", "<cmd>HopChar1<cr>", { desc = "Hop to Character" } },
{ "s", "<cmd>HopWord<cr>", { desc = "Hop to Word" } },
{ "f", "<cmd>HopLineStart<cr>", { desc = "Hop to Line Start" } },
{ "F", "<cmd>HopVertical<cr>", { desc = "Hop Vertically" } },
},
}

0 comments on commit 6ed1ca2

Please sign in to comment.