From 93bc6c20b89408acb46eae20dbd3012e547bd568 Mon Sep 17 00:00:00 2001 From: Ruben Dahl Date: Sun, 9 Apr 2023 00:03:48 +0200 Subject: [PATCH] Updated README with info about the files --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.