Skip to content

Shougo/dpp-ext-packspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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

Watchers

Forks

Packages

 
 
 

Contributors