From 98cd975bc00111a1b8e877d42f8f2ff3571f3383 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sat, 30 May 2026 13:42:44 +0100 Subject: [PATCH] vim: update hop plugin remote --- nvim/lua/plugins/hop.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/lua/plugins/hop.lua b/nvim/lua/plugins/hop.lua index d6c8b89..1ade525 100644 --- a/nvim/lua/plugins/hop.lua +++ b/nvim/lua/plugins/hop.lua @@ -1,9 +1,9 @@ return { - 'phaazon/hop.nvim', + 'smoka7/hop.nvim', config = function() local hop = require('hop') hop.setup { - keys = 'asdfweq' + keys = 'qwertyuiopasdfghjklzxcvbnm1234567890 ' } vim.keymap.set('n', 'W', hop.hint_words, {})