Open mangelozzi opened 4 years ago
No problem with neovim version 0.4.4 with builtin package installation.
Thanks for the tips. I'm using the latest Neovim nightly and the vim-plug
package manager, but ended up installing it manually to make it work:
# Create the needed structures.
mkdir -p ~/.config/nvim/pack/vim-arpeggio/start
cd ~/.config/nvim/pack/vim-arpeggio/start
# Copy the package (will create the `~/.config/nvim/pack/vim-arpeggio/start/vim-arpeggio` folder).
git clone git@github.com:kana/vim-arpeggio.git
Then, add packloadall
in .vimrc
/init.vim
.
Using NeoVim 0.43 (latest stable) with installation via VimPlug.
Have tried this solution But get the error
Have also tried the process in the documentation:
packadd vim-arpeggio
->Error detected while processing file
packloadall
-> No error, but then when I added either of these lines:I get the usual
Error detected while processing file
When I try this:
call arpeggio#load()
->Error detected while processing file