From 7b64325be18332f71f19bb9b9597e7f95567b298 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Wed, 25 Oct 2023 14:08:28 +0900 Subject: [PATCH] Add doc --- autoload/dpp/util.vim | 2 +- doc/dpp.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/autoload/dpp/util.vim b/autoload/dpp/util.vim index 52488e9..5ab0009 100644 --- a/autoload/dpp/util.vim +++ b/autoload/dpp/util.vim @@ -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('_')) diff --git a/doc/dpp.txt b/doc/dpp.txt index 7b08f4e..9fcbcc0 100644 --- a/doc/dpp.txt +++ b/doc/dpp.txt @@ -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)