/nvim-config

Primary LanguageVim Script

nvim-config

My personal configuration for nvim :)

Depends of nvim installation. If you haven't installed it yet please, install it by the following command:

$ brew install neovim

Installation:

  1. Clone the repo:
$ git clone git@github.com:helielson/nvim-config.git $NVIM_CONFIG_LOCAL_PATH
  1. Link the config
$ ln -s "$NVIM_CONFIG_LOCAL_PATH/nvim" ~/.config/nvim

Troubleshooting

If you are getting the error below while opening nvim:

UltiSnips requires py >= 2.7 or py3
Press ENTER or type command to continue

and you have python installed:

$ python --version
Python 2.7.14

you need to install neovim python package

$ sudo pip2 install --upgrade neovim