Last active
May 2, 2017 19:17
-
-
Save happylinks/504e7769d9c9e8712e753aeec87ec47f to your computer and use it in GitHub Desktop.
Neovim setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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