From e55417534278a08765fa4cb74e0fefbf3a9c74e1 Mon Sep 17 00:00:00 2001 From: James Ingold Date: Tue, 19 May 2020 10:16:09 -0500 Subject: [PATCH] =?UTF-8?q?adding=20documentation=20for=20vim=E2=80=99s=20?= =?UTF-8?q?built=20in=20package=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f1efd1f..96f3872 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,13 @@ Plug 'TaDaa/vimade' ``` +_Or use Vim's built-in package support_ + +```bash +mkdir -p ~/.vim/pack/username/start +cd ~/.vim/pack/username/start +git submodule add https://github.com/TaDaa/vimade +``` ##### Config Vimade is initialized with the following configuration. Vimade will react to configuration changes on the fly: ```