diff --git a/README.md b/README.md index d23d95a..3a3021c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # dotfiles +## About the files + +`vimrc.OLD` is an old version that is subject to deletion + +`vimrc_nvim` is the maintained version that is made for neovim. Requires nvim >= +0.7 + +`vimrc_plug` is the older version for vim and neovim <=0.7 using Vim-Plug + +`vimrc_vundle` is the mirror, using Vundle instead of Plug. No longer updated. + +`install-vimplug.sh` is an easy way for me to install Plug on new devices.