Skip to content

Commit e031361

Browse files
🤖 automatedchrisgrieser
authored andcommitted
mini Office (21)
1 parent e43142c commit e031361

12 files changed

Lines changed: 4 additions & 35 deletions

File tree

.github/workflows/update-plugin-list.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ jobs:
3838
3939
# determine all installed plugins
4040
sed '1d;$d' "$lazy_lock" | cut -d'"' -f2 | # all plugin names
41-
xargs -I {} grep --only-matching --no-filename --max-count=1 --regexp "[A-Za-z0-9_-]\+/"{}'"' \ "$lazy_specs_path"/**/*.lua "$lazy_specs_path"/*.lua | # different globbing for bash
42-
cut -d'"' -f1 | # remove trailing `"` from before
41+
xargs -I {} grep --only-matching --no-filename --max-count=1 \
42+
--regexp "[A-Za-z0-9_-]\+/"{}'"' "$lazy_specs_path"/*.lua | # all plugin repos
43+
cut -d'"' -f1 |
4344
sort --ignore-case | uniq |
44-
sed -E 's|.*|- [&](https://github.com/&)|'
45+
sed -E 's|.*|- [&](https://github.com/&)|' \
4546
>> "$nvim_readme"
4647
4748
- name: Auto-commit
File renamed without changes.

nvim/lua/plugin-specs/dap/init.lua

Lines changed: 0 additions & 16 deletions
This file was deleted.

nvim/lua/plugin-specs/dap/one-small-step-for-vimkind.lua renamed to nvim/lua/plugin-specs/one-small-step-for-vimkind.lua

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)