Skip to content

Instantly share code, notes, and snippets.

@tosik
Created October 27, 2018 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tosik/7a1129fbda087cfab8c1adaf80ae5943 to your computer and use it in GitHub Desktop.
Save tosik/7a1129fbda087cfab8c1adaf80ae5943 to your computer and use it in GitHub Desktop.
setup neovim

Setup Neovim

brew install neovim
brew install pyenv
pyenv install 3.7.1
pyenv install 2.7.15
pyenv global 3.7.1 2.7.15

run nvim and update remote plugins

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