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
- Clone the repo:
$ git clone git@github.com:helielson/nvim-config.git $NVIM_CONFIG_LOCAL_PATH
- Link the config
$ ln -s "$NVIM_CONFIG_LOCAL_PATH/nvim" ~/.config/nvim
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