From 1731480de610bfb3f8a7dbe6b1ba1afff938e783 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 18 Dec 2018 16:42:02 -0800 Subject: [PATCH] Added lazy on-demand for vim-plug example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1497fb9..290665b 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ This is a vim syntax plugin for the [Nomsu programming language](https://nomsu.o I recommend using [vim-plug](https://github.com/junegunn/vim-plug) to install it: ``` -Plug 'https://bitbucket.org/spilt/vim-nomsu' +Plug 'https://bitbucket.org/spilt/vim-nomsu', { 'for': 'nomsu' } ```