My vimrc
Just symbol link init.lua
and lua/
to ~/.config/nvim/
directory. Run :PackerSync
in the first run to get plugins right.
peng1999/config is recommended to install this vimrc.
- This vimrc reads whatever in
layers/
directory in the user config directory, so you can manage your plugins in a separate file. - Create directory
~/tmp/vimundo
(for vim) or~/.config/nvim/undo
(for nvim) and vim will put undofiles there../setup
script in peng1999/config will do that for you.