Skip to content

Instantly share code, notes, and snippets.

@tux-00
Created August 1, 2017 12:44
Show Gist options
  • Save tux-00/1849436f0529fd26d1260a925dbc40e8 to your computer and use it in GitHub Desktop.
Save tux-00/1849436f0529fd26d1260a925dbc40e8 to your computer and use it in GitHub Desktop.
Install neovim

Install package

apt-get install neovim

Create conf dir

mkdir -p ~/.config/nvim

Link with old vim config file

ln -s ~/.vimrc ~/.config/nvim/init.vim

Install vim-plug

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

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