My neovim config :)
# linux / mac
git clone https://github.com/gavrh/nvim-config.git ~/.config/nvim
# windows
git clone https://github.com/gavrh/nvim-config.git %USERPROFILE%\AppData\Local\nvim
When first opening neovim with the new config, run command :PackerSync
to install all plugins.
Then restart neovim, and you're done.