Skip to content

Commit

Permalink
docs: auto-generate available LSP servers list in readme (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman authored Aug 4, 2024
1 parent fd69d5c commit f3d1e41
Show file tree
Hide file tree
Showing 4 changed files with 382 additions and 227 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autogenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: v0.9.0
version: v0.10.1

- name: make generate
run: make generate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-generated-code-state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: v0.9.0
version: v0.10.1

- name: make generate
run: make generate
Expand Down
Loading

0 comments on commit f3d1e41

Please sign in to comment.