From a66c904b06a91d160e1d472fe8dc2de2f2f34e8e Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Wed, 25 Oct 2023 14:09:59 +0900 Subject: [PATCH] Fix the documentation --- doc/dpp.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/dpp.txt b/doc/dpp.txt index 9fcbcc0..79e83c9 100644 --- a/doc/dpp.txt +++ b/doc/dpp.txt @@ -333,11 +333,10 @@ on_if (String) "VimEnter" and "FileType". If |dpp-plugin-option-on_event| exists, it is evaluated when |dpp-plugin-option-on_event|. + NOTE: To load lazy plugins, you need to install + |dpp-ext-lazy|. + https://github.com/Shougo/dpp-ext-lazy - For example: > - call dpp#add('blueyed/vim-diminactive', - \ #{ on_event: 'WinEnter', on_if: 'winnr("$") > 1' }) -< *dpp-plugin-option-on_lua* on_lua (List) or (String) If it is matched to the required lua module root, dpp will