Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #110

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions lua/crates/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ entry(schema_text, {
entry(schema_text, {
name = "version",
type = STRING_TYPE,
default = " %s",
default = " %s",
description = [[
format string used for the latest compatible version
]],
Expand All @@ -305,23 +305,23 @@ entry(schema_text, {
entry(schema_text, {
name = "nomatch",
type = STRING_TYPE,
default = " No match",
default = " No match",
description = [[
Format string used when there is no matching version.
]],
})
entry(schema_text, {
name = "upgrade",
type = STRING_TYPE,
default = " %s",
default = " %s",
description = [[
Format string used when there is an upgrade candidate.
]],
})
entry(schema_text, {
name = "error",
type = STRING_TYPE,
default = " Error fetching crate",
default = " Error fetching crate",
description = [[
Format string used when there was an error loading crate information.
]],
Expand Down Expand Up @@ -636,7 +636,7 @@ local schema_popup_text = section_entry(schema_popup, {
entry(schema_popup_text, {
name = "title",
type = STRING_TYPE,
default = " %s",
default = " %s",
description = [[
Format string used for the popup title.
]],
Expand Down Expand Up @@ -701,7 +701,7 @@ entry(schema_popup_text, {
entry(schema_popup_text, {
name = "downloads_label",
type = STRING_TYPE,
default = " downloads ",
default = " downloads ",
description = [[
Label string used for the download count.
]],
Expand Down Expand Up @@ -733,7 +733,7 @@ entry(schema_popup_text, {
entry(schema_popup_text, {
name = "repository_label",
type = STRING_TYPE,
default = " repository ",
default = " repository ",
description = [[
Label string used for the repository url.
]],
Expand All @@ -749,7 +749,7 @@ entry(schema_popup_text, {
entry(schema_popup_text, {
name = "documentation_label",
type = STRING_TYPE,
default = " documentation ",
default = " documentation ",
description = [[
Label string used for the documentation url.
]],
Expand All @@ -765,7 +765,7 @@ entry(schema_popup_text, {
entry(schema_popup_text, {
name = "crates_io_label",
type = STRING_TYPE,
default = " crates.io ",
default = " crates.io ",
description = [[
Label string used for the crates.io url.
]],
Expand Down Expand Up @@ -864,7 +864,7 @@ entry(schema_popup_text, {
entry(schema_popup_text, {
name = "build_dependencies_title",
type = STRING_TYPE,
default = " Build dependencies",
default = " Build dependencies",
description = [[
Format string used for the title of the build dependencies section.
]],
Expand Down