Added lazy on-demand for vim-plug example

This commit is contained in:
Bruce Hill 2018-12-18 16:42:02 -08:00
parent 3f7d20b80c
commit 1731480de6

View File

@ -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: 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' }
``` ```