We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f983da commit af80271Copy full SHA for af80271
lua/packspec/schema.lua
@@ -38,12 +38,12 @@ end
38
39
return {
40
title = "packspec",
41
- description = "A package specification for Neovim",
+ description = "Package format for declaring decentralized, ad-hoc dependencies",
42
type = 'object',
43
additionalProperties = false,
44
properties = {
45
package = {
46
- description = "The name of the package",
+ description = "Name of the package (optional)",
47
type = "string",
48
},
49
version = {
0 commit comments