From 6b0916e4436d539a14dceb8bd0219fdf9fbbfee7 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 28 Jan 2024 12:17:44 +0900 Subject: [PATCH] Add FAQ --- doc/dpp.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/dpp.txt b/doc/dpp.txt index 87655e3..88f26eb 100644 --- a/doc/dpp.txt +++ b/doc/dpp.txt @@ -795,6 +795,9 @@ FAQ 4: |dpp-faq-4| FAQ 5: |dpp-faq-5| I want to use dpp functions in lua. +FAQ 6: |dpp-faq-6| + |DenopsReady| is not executed when |dpp#min#load_state()| is failed. + ------------------------------------------------------------------------------ *dpp-faq-1* Q: How to donate money to you? @@ -863,6 +866,16 @@ A: You can use |dpp-lua-functions| like this. END < + *dpp-faq-6* +Q: |DenopsReady| is not executed when |dpp#min#load_state()| is failed. + +A: "plugin/denops.vim" is not loaded. I think you have enabled "--noplugin". +You need to execute "plugin/denops.vim" manually by |:runtime| command. + +> + runtime! plugin/denops.vim +< + ============================================================================== COMPATIBILITY *dpp-compatibility*