hadronized / hop.nvim

Neovim motions on speed!
Other
2.47k stars 137 forks source link

Hop is not initialized; please call the setup function #374

Closed zhaoxuyll closed 1 year ago

zhaoxuyll commented 1 year ago

When use vim-plug install,On tap Hop* command show error message Hop is not initialized; please call the setup function.

vim-plug config:

Hop is not initialized; please call the setup function
zhaoxuyll commented 1 year ago

add this code to vimscript file:

lua << EOF
    require('hop').setup()
EOF