Skip to content

Instantly share code, notes, and snippets.

@aloknnikhil
Last active June 1, 2020 18:55
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 aloknnikhil/3cf7354a1cf80b9720d9df8e93f1ed69 to your computer and use it in GitHub Desktop.
Save aloknnikhil/3cf7354a1cf80b9720d9df8e93f1ed69 to your computer and use it in GitHub Desktop.

Use SpaceVim instead

https://github.com/SpaceVim/SpaceVim

Clone NeoVim RC from here

https://github.com/mutewinter/dot_vim

TL;DR -

brew install neovim
git clone git@github.com:mutewinter/dot_vim.git ~/.config/nvim.
cd ~/.config/nvim.
scripts/setup

Fix colors directory

cd ~/.config/nvim/
mkdir colors
mv plug_plugins/jellybeans.vim colors

Setup NeoVim plugins

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