From fadb1c029d223226edec6af815d0b35d831983ed Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Fri, 2 Feb 2024 12:09:49 +0900 Subject: [PATCH] Update the documentation --- README.md | 4 ++++ doc/dpp.txt | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20ea9c9..2b8e4f5 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ see "FAQ" section in [help](doc/dpp.txt). recommended) or Vim 9.0.1276. See [requirements](#requirements) if you aren't sure whether you have this. +NOTE: To install plugins from remote, you need to install +[dpp-ext-installer](https://github.com/Shougo/dpp-ext-installer). + + ### Requirements Dpp.vim requires both Deno and denops.vim. diff --git a/doc/dpp.txt b/doc/dpp.txt index 88f26eb..f892cc3 100644 --- a/doc/dpp.txt +++ b/doc/dpp.txt @@ -52,11 +52,14 @@ Please install both Deno and "denops.vim". https://deno.land/ https://github.com/vim-denops/denops.vim +NOTE: To install plugins from remote, you need to install "dpp-ext-installer". + +https://github.com/Shougo/dpp-ext-installer + NOTE: dpp.vim does not include any extensions. You must install them you want manually. You can search dpp.vim plugins from https://github.com/topics/dpp-vim. - ============================================================================== INTERFACE *dpp-interface*