Readme updates

This commit is contained in:
2019-10-31 09:42:15 -06:00
parent 9277cf6e82
commit 8b3cc18aac
3 changed files with 43 additions and 2 deletions

View File

@@ -1,3 +1,18 @@
# mReschke Custom VIM
Hand build custom OS agnostic VIM with vim-plug
All new custom and OS agnostic vim configuration with vim-plug
## Installation
If you are part of the mreschke family, then simply use `manup install vimrc`...you'll know what that means.
Everyone else, just clone this repo into your ~/.vim folder, open vim and run `:PlugInstall`, done!
## Manup Sources
This is for mreschke only while packaging manup sources.
All of the vim-plug plugins in `plugged` directory are git submodules, so they are not included when you clone git. For manup I want the `plugged` directory fully populated which means after I `git pull` I need to open actual vim with this actual manup vim folder and run `:PlugInstall`, then do a manup `./package`. Thus my `linstore` `~/.vim` is a symlink into the actual manup sources. So simply `git pull` form the manup source dir then open vim on `linstore` and run `:PlugInstall`, then './package'...