My nvim configuration file, snippets and plugins.
Only tested on +v10.0.1 so expect this to not work on other versions.
Clone myvim to ~/.nvim:
$ git clone git://github.com/ainformatico/myvim ~/.nvimCreate a symbolic link to ~/.config/nvim:
$ ln -s ~/.nvim ~/.config/nvimOpen packer config file:
nvim ~/.nvim/lua/ainformatico/packer.luaLoad the file:
:soRun :PackerSync:
:PackerSync