Unable to start dpp.
Closed this issue · 1 comments
symbolix commented
Can't install.
I'm trying to migrate from dein.vim but no matter what I did couldn't get this to run.
The following paths exist:
const s:dpp_src = '~/.cache/dpp/repos/github.com/Shougo/dpp.vim'
const s:denops_src = '~/.vim/pack/vim-denops/start/denops.vim'
Deno is installed.
This path also exists:
const s:dpp_base = '~/.cache/dpp/'
This part is failing:
call dpp#make_state(s:dpp_base, '/repos/github.com/Shougo/dpp.vim')
I'm getting the following error message on start up.
[dpp] "/repos/github.com/Shougo/dpp.vim" is not found.
Any ideas?
Shougo commented
Sorry. The plugin does not work yet...
But your configuration is wrong.
*dpp#make_state()*
dpp#make_state({base-path}, {config-path}[, {name}])
Save dpp's state in the cache script.
It must be after |DenopsReady|.
{base-path} is where your downloaded plugins will be placed.
{config-path} is TypeScript configuration file to make state.
{name} is plugins profile name. The default is "vim" or
"nvim".
{config-path}
must be full path and it must be TypeScript path.