Skip to content

Instantly share code, notes, and snippets.

@deomorxsy
Last active March 26, 2021 18:31
Show Gist options
  • Save deomorxsy/7b84097f4f6300aacb1d0c01b7cf3b11 to your computer and use it in GitHub Desktop.
Save deomorxsy/7b84097f4f6300aacb1d0c01b7cf3b11 to your computer and use it in GitHub Desktop.
solving vim-hug-neovim-rpc and ncm2 errors on vim 8.2.2653-1

26/03/2021

cd ~/.vim/bundle/
git clone https://github.com/roxma/vim-hug-neovim-rpc.git 
cd ~/path/you/want/to/clone/python-locallib.git
git clone https://aur.archlinux.org/python-locallib.git
cd ~/path/to/python-locallib.git
makepkg --clean install
python sitecustomize.py

pip3 install pynvim

line 14 source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment