Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Feb 2, 2024
1 parent fadb1c0 commit 6ca4a02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ set nocompatible
const s:dpp_base = '~/.cache/dpp/'
" Set dpp source path (required)
" NOTE: The plugins must be cloned before.
const s:dpp_src = '~/.cache/dpp/repos/github.com/Shougo/dpp.vim'
const s:denops_src = '~/.cache/dpp/repos/github.com/denops/denops.vim'
Expand Down
8 changes: 7 additions & 1 deletion doc/dpp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,9 @@ on_source (List) or (String)
path (String)
Specify the plugin downloaded path.

Default:
"{base-path}/repos/{site-name}/{user-name}/{plugin-name}"

*dpp-plugin-option-rev*
rev (String)
Specify a revision number or branch/tag name.
Expand All @@ -419,6 +422,8 @@ rtp (String)
If it is empty string, dpp will not add the path to
'runtimepath'

Default: Same of |dpp-plugin-option-path|


------------------------------------------------------------------------------
HOOKS *dpp-hooks*
Expand Down Expand Up @@ -594,9 +599,10 @@ EXAMPLES *dpp-examples*
const s:dpp_base = '~/.cache/dpp/'
" Set dpp source path (required)
" NOTE: The plugins must be cloned before.
const s:dpp_src = '~/.cache/dpp/repos/github.com/Shougo/dpp.vim'
const s:denops_src = '~/.cache/dpp/repos/github.com/denops/denops.vim'
" Set dpp runtime path (required)
execute 'set runtimepath^=' .. s:dpp_src
Expand Down

0 comments on commit 6ca4a02

Please sign in to comment.