Closed nabezokodaikon closed 2 years ago
It works for me.
[[plugins]]
repo = 'yuki-yano/fuzzy-motion.vim'
depends = 'denops.vim'
if = 'has("nvim")'
on_cmd = 'FuzzyMotion'
hook_add = '''
nnoremap F <Cmd>FuzzyMotion<CR>
'''
It is not problem of dein.
Well, it is reproduced.
It is denops lazy loading problem.
So that's it. understand.
Fixed.
I see that you have taken measures specifically for denops.vim. Thank you very much.
Yes. denops is officially supported
Warning: I will close the bug issue without the minimal init.vim and the reproduce ways.
Problems summary
When I do a delayed read of fuzzy-motion, it says there are no commands.
Expected
Lazy loading of fuzzy-motion is possible. By the way, if you enter the same command twice, it will succeed.
Environment Information (Required!)
dein.vim version(SHA1): 137ec38f2316b7d973e89d7c2d4de46a9b73afdc
OS: Mac
Vim/neovim version: v0.7.0-dev+1039-g19b2ad051
Provide a minimal .vimrc with less than 50 lines (Required!)
init.vim
~/.config/nvim/dein/deinlazy.toml
The reproduce ways from Vim starting (Required!)
call dein#update()
command.FuzzyMotion
command.Screen shot (if possible)