Replies: 1 comment
-
This minimal vimrc works fine on my machine. silent! if plug#begin('/tmp/plugged')
Plug 'liuchengxu/vim-clap', { 'do': ':Clap install-binary!' }
call plug#end()
endif In addition, the latest commit 5a15526 brings some refinements to the install experience, please pull the latest commit and give it another spin. If it still does not work somehow, try running |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hello
I'm getting an error when I'm installing vim-clap in NeoVim (0.9.4). I use vim plug and I get this error;
x Post-update hook for vim-clap ... Vim(call):E117: Unknown function: clap#job#daemon#start
I'm using the following command in my config
Plug('liuchengxu/vim-clap', {
['do'] = function()
vim.call(':Clap install-binary!')
end
})
Apparently there seems to be an issue with the clap.vim file in the plugins folder. I'm not sure what else I could be doing wrong or if I'm missing something else. Any assistance would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions