Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Oct 25, 2023
1 parent f14feaf commit 7b64325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/dpp/util.vim
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ endfunction
function dpp#util#_generate_ftplugin(runtimepath, ftplugin) abort
let generated = {}

" Merge g:dein#ftplugin
" Merge
let ftplugin = {}
for [key, string] in a:ftplugin->items()
for ft in (key ==# '_' ? ['_'] : key->split('_'))
Expand Down
3 changes: 3 additions & 0 deletions doc/dpp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ lazy (Bool)
NOTE: You should not specify the plugins which have no
"plugin/" directory as lazy load plugins. It is meaningless
and just increases the overhead.
NOTE: To load lazy plugins, you need to install
|dpp-ext-lazy|.
https://github.com/Shougo/dpp-ext-lazy

*dpp-plugin-option-merged*
merged (Bool)
Expand Down

0 comments on commit 7b64325

Please sign in to comment.