Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Last active May 19, 2021 02:53
Show Gist options
  • Save zoonderkins/3f014bf5b9ad502949714a9d758812ca to your computer and use it in GitHub Desktop.
Save zoonderkins/3f014bf5b9ad502949714a9d758812ca to your computer and use it in GitHub Desktop.
Mac OSX install neovim

Neovim install

brew reinstall cmake 
brew install luarocks

brew install --HEAD luajit
brew install --HEAD neovim

Neovim dots

SpaceVIM install

curl -sLf https://spacevim.org/install.sh | bash

VSCode using neovim

  "vscode-neovim.neovimExecutablePaths.darwin": "/usr/local/bin/nvim",
  "vscode-neovim.mouseSelectionStartVisualMode": true

FAQ

  1. Vimproc not found on Linux or Mac Solution: cd ~/.vim/bundle/vimproc.vim && make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment