| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ci: bump actions/checkout from 3 to 4 (#2794) | dependabot[bot] | 2023-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | ci: bump action versions (#2322) | dundargoc | 2022-12-17 | 1 | -1/+1 |
| | | |||||
| * | ci: simplify codespell workflow (#1706) | dundargoc | 2022-02-10 | 1 | -13/+3 |
| | | |||||
| * | fix(help): workaround plugin/users overwritting tags (#1512) | Javier Lopez | 2021-11-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Most plugin managers run :helptags in the plugin, which silently overwrites the existing doc/tags. this is an issue for us since lspconfig is manipulating the tags file to point to servers_configurations.md Instead create a markdown comment with the name of the wanted tag and make a copy in the repository of servers_configurations.md to server_configurations.txt. Now when :helptags runs it finds the txt file and generates the appropriate tag. The advantage is this solution should work in all platforms, it also removes lines from docgen CI. | ||||
| * | docs: follow-up fixes from overhaul (#1389) | Michael Lingelbach | 2021-11-09 | 1 | -1/+1 |
| | | |||||
| * | ci: run codespell on pull requests (#1101) | dundargoc | 2021-07-25 | 1 | -0/+21 |
