Skip to content

Commit

Permalink
feat: add counter to plugins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jooooscha committed Nov 2, 2023
1 parent ab0cba6 commit 8048997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update_vim_plugins/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def write_plugins_markdown(self, plugins):

self.line(f"<info>Updating plugins.md</info>")

header = "| Repo | Last Update | Nix package name | Last checked |\n|:---|:---|:---|:---|\n"
header = f" - Plugin count: {len(plugins)}\n\n| Repo | Last Update | Nix package name | Last checked |\n|:---|:---|:---|:---|\n"

with open(PLUGINS_LIST_FILE, "w") as file:
file.write(header)
Expand Down

0 comments on commit 8048997

Please sign in to comment.