update nvim
This commit is contained in:
parent
3338d39206
commit
786b0e0970
31 changed files with 2204 additions and 15 deletions
9
lua/phoenix/plugins/hop.lua
Normal file
9
lua/phoenix/plugins/hop.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"phaazon/hop.nvim",
|
||||
config = function()
|
||||
require("hop").setup {
|
||||
keys = "arstgmneiodh",
|
||||
}
|
||||
vim.keymap.set("n", "<C-e>", "<cmd>lua require'hop'.hint_words()<cr>", { noremap = true, silent = true })
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue