Skip to content

Instantly share code, notes, and snippets.

@happylinks
Last active May 2, 2017 19:17
Show Gist options
  • Select an option

  • Save happylinks/504e7769d9c9e8712e753aeec87ec47f to your computer and use it in GitHub Desktop.

Select an option

Save happylinks/504e7769d9c9e8712e753aeec87ec47f to your computer and use it in GitHub Desktop.
Neovim setup
rm ~/.vimrc
cd ~ && wget https://gist.githubusercontent.com/happylinks/01c91c06fce6f653090263118136d003/raw/d6d827d46415b952de9e3fb3309dcea54cc7ec8d/.vimrc
mkdir -p ~/.config/nvim/
ln -s ~/.vimrc ~/.config/nvim/init.vim
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