Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shougo/dpp-ext-packspec

Packspec ext for dpp.vim
https://github.com/shougo/dpp-ext-packspec

dpp-exts dpp-vim

Last synced: 3 months ago
JSON representation

Packspec ext for dpp.vim

Awesome Lists containing this project

README

        

# dpp-ext-packspec

This ext implements packspec support.

https://github.com/neovim/packspec

NOTE: dependencies are only supported.

## Required

### denops.vim

https://github.com/vim-denops/denops.vim

### dpp.vim

https://github.com/Shougo/dpp.vim

## Configuration

```typescript
const [context, options] = await args.contextBuilder.get(args.denops);

const packspecPlugins = await args.dpp.extAction(
args.denops,
context,
options,
"packspec",
"load",
{
basePath,
plugins,
},
) as Plugin[] | undefined;
```