How do I install Plugins in NeoVim Correctly

Both VIm 8.0 and Neovim have their own built-in package manager. In VIm 8.0, create the following directories: ~/.vim/pack/*/start (where * may be any name e.g. ~/.vim/pack/jimmy/start): Clone your required plugin into the start directory just as you would if you were installing it for Pathogen. You need nothing more and no commands in your … Read more