Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 373 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 373 Bytes

clone this repo to ~/.config/nvim

install vim-plug

curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Open neovim and run

:PlugInstall

Install python dependencies

pip3 install neovim

Open neovim and run

:UpdateRemotePlugins

That's all