package
0.3.7
Repository: https://github.com/vim-volt/volt.git
Documentation: pkg.go.dev

# Functions

FetchPlugconfTemplate fetches reposPath's plugconf from vim-volt/plugconf-templates repository.
ParseMultiPlugconf parses plugconfs of given reposList.
ParsePlugconf always returns non-nil parseErr (which may have empty errors / warns).
ParsePlugconfFile parses plugconf and returns parsed info and parse error and warnings.
RdepsOf returns depended (required) plugins of reposPath.

# Structs

MultiParsedInfo holds multiple ParsedInfo.
ParsedInfo represents parsed info of plugconf.
ParseError does not provide Error() because I don't want let it pretend like error type.
Template is a content of plugconf template.

# Type aliases

MultiParseError holds multiple ParseError.