My personal Neovim settings
First clone the repo inside your home directory:
$ git clone [email protected]:elyezer/.vim.git ~/.vim
Next, run the following:
$ ln -s ~/.vim ~/.config/nvim
$ nvim
When nvim starts for the first time, it will install vim-plug and, after
loading, will run :PlugInstall
to install all plugins. Most of the plugins
will be loaded after quitting the PlugInstall window, but it is recommended to
restart nvim to make sure everything is loaded.