Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Oct 31, 2023
1 parent 13e6b55 commit cedf62b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

> Dark Powered Plugin manager for Vim/neovim
If you don't want to configure plugins, you don't have to use the plugin. It
does not work with zero configuration. You can use other plugins.
If you don't want to configure plugins, you don't have to use the plugin
manager. It does not work with zero configuration. You can use other plugin
managers.

[![Doc](https://img.shields.io/badge/doc-%3Ah%20dpp-orange.svg)](doc/dpp.txt)

Expand Down
2 changes: 1 addition & 1 deletion denops/dpp/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export * as op from "https://deno.land/x/[email protected]/option/mod.ts";
export * as fn from "https://deno.land/x/[email protected]/function/mod.ts";
export * as vars from "https://deno.land/x/[email protected]/variable/mod.ts";
export * as autocmd from "https://deno.land/x/[email protected]/autocmd/mod.ts";
export { ensure, is } from "https://deno.land/x/unknownutil@v3.9.0/mod.ts";
export { ensure, is } from "https://deno.land/x/unknownutil@v3.10.0/mod.ts";
export {
assertEquals,
equal,
Expand Down
5 changes: 3 additions & 2 deletions doc/dpp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ INTRODUCTION *dpp-introduction*
*dpp* is the abbreviation of "Dark Powered Plugin manager". It provides
extensible plugin manager features.

If you don't want to configure plugins, you don't have to use the plugin.
It does not work with zero configuration. You can use other plugins.
If you don't want to configure plugins, you don't have to use the plugin
manager. It does not work with zero configuration. You can use other plugin
managers.


==============================================================================
Expand Down

0 comments on commit cedf62b

Please sign in to comment.