diff options
| author | William Boman <william@redwill.se> | 2023-04-22 12:22:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 12:22:54 +0200 |
| commit | e239c6439cad2f4c9bd247775815e0be3741621c (patch) | |
| tree | 188a3c704a280c396f0534d068d1f9f393255a27 /scripts/lua/mason-scripts/templates | |
| parent | chore: autogenerate (#1245) (diff) | |
| download | mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.gz mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.bz2 mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.lz mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.xz mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.zst mason-e239c6439cad2f4c9bd247775815e0be3741621c.zip | |
chore: remove generate scripts and artifacts (#1246)
Diffstat (limited to 'scripts/lua/mason-scripts/templates')
| -rw-r--r-- | scripts/lua/mason-scripts/templates/PACKAGES.template.md | 10 | ||||
| -rw-r--r-- | scripts/lua/mason-scripts/templates/package-section.template.md | 11 |
2 files changed, 0 insertions, 21 deletions
diff --git a/scripts/lua/mason-scripts/templates/PACKAGES.template.md b/scripts/lua/mason-scripts/templates/PACKAGES.template.md deleted file mode 100644 index 85c0f005..00000000 --- a/scripts/lua/mason-scripts/templates/PACKAGES.template.md +++ /dev/null @@ -1,10 +0,0 @@ -# Mason Package Index -> `:Mason` - -{% list(each(packages, _.compose(link, _.prop("name")))) %} - -{% render_each(packages) "./package-section.template.md" %} ---- -<sub><sup> -[https://github.com/williamboman/mason.nvim](https://github.com/williamboman/mason.nvim) -</sup></sub> diff --git a/scripts/lua/mason-scripts/templates/package-section.template.md b/scripts/lua/mason-scripts/templates/package-section.template.md deleted file mode 100644 index 745c6099..00000000 --- a/scripts/lua/mason-scripts/templates/package-section.template.md +++ /dev/null @@ -1,11 +0,0 @@ -# {{ name }} - -> {{ spec.desc }} - -Homepage: {% url(spec.homepage) %} -Languages: {% join(each(spec.languages, wrap "`")) " " %} -Categories: {% join(each(spec.categories, wrap "`")) " " %} - -``` -:MasonInstall {{ name }} -``` |
