Skip to content

Commit

Permalink
Fix the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Oct 25, 2023
1 parent 7b64325 commit a66c904
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/dpp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a66c904

Please sign in to comment.