diff options
Diffstat (limited to 'scripts/lua/mason-scripts/templates/PACKAGES.template.md')
| -rw-r--r-- | scripts/lua/mason-scripts/templates/PACKAGES.template.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/lua/mason-scripts/templates/PACKAGES.template.md b/scripts/lua/mason-scripts/templates/PACKAGES.template.md new file mode 100644 index 00000000..c0b38280 --- /dev/null +++ b/scripts/lua/mason-scripts/templates/PACKAGES.template.md @@ -0,0 +1,11 @@ +# Mason Package Index +> `:Mason` + +{% list(each(packages, _.compose(link, _.prop("name")))) %} + +{% render_each(packages) "./package-section.template.md" %} +--- +<sub><sup> +Last updated: {% last_updated %}<br/> +[https://github.com/williamboman/mason.nvim](https://github.com/williamboman/mason.nvim) +</sup></sub> |
