Skip to content

Shougo/dpp-ext-packspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dpp-ext-packspec

This ext implements packspec support.

https://github.com/neovim/packspec

NOTE: Plugin dependencies are only supported. NOTE: Plugins must be installed to load packspec files.

Required

denops.vim

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

dpp.vim

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

Configuration

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;

About

Packspec ext for dpp.vim

Topics

Resources

License

Stars

6 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors