mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix: hop setup is not the variable content
This commit is contained in:
parent
f12ff487ca
commit
3f5e8514f3
1 changed files with 2 additions and 1 deletions
|
|
@ -165,8 +165,9 @@ api.nvim_set_keymap('n', '<leader>fb', '<cmd>Telescope buffers<cr>', { noremap =
|
|||
api.nvim_set_keymap('n', '<leader>fh', '<cmd>Telescope help_tags<cr>', { noremap = true, silent = true })
|
||||
|
||||
-- hop
|
||||
local hop = require'hop'.setup()
|
||||
local hop = require'hop'
|
||||
local directions = require("hop.hint").HintDirection
|
||||
hop.setup()
|
||||
|
||||
vim.keymap.set("", "t", function()
|
||||
hop.hint_words()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue