Readme updates
This commit is contained in:
17
README.md
17
README.md
@@ -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'...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user