- Copy or symlink vimrc to your
$HOME/.vimrc
(or%HOMEPATH%
in Windows) - If you want to use the same .vimrc for both vim and neovim, copy the file
init.vim
to$HOME/.config/nvim/
. - You need to adjust the file for Windows.
- As of today I mostly use vim, if you use neovim and find something that doesn't work, PR are welcome.
- Run vim, the first time it will install the package manager
vim-plug
along with all the plugins.
Worth checking my dotfiles that takes care for the above process: https://github.com/saaguero/dotfiles
For things about how to get vim binaries (or how to compile it), vim cheatsheet and others, visit https://github.com/saaguero/dotvim/wiki.