<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/.github/workflows/codespell.yml, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-lspconfig/atom/.github/workflows/codespell.yml?h=master</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-lspconfig/atom/.github/workflows/codespell.yml?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/'/>
<updated>2024-10-02T13:20:12Z</updated>
<entry>
<title>ci: refactor ci output</title>
<updated>2024-10-02T13:20:12Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-10-02T12:58:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=71ff1585a8a2d66c13f0da7d76e7ce4922128d8f'/>
<id>urn:sha1:71ff1585a8a2d66c13f0da7d76e7ce4922128d8f</id>
<content type='text'>
Separate install step from test step so the output from each isn't mixed with each other.

Also add lint-like workflows to `lint.yml`.
</content>
</entry>
<entry>
<title>refactor: rename "server_configurations" =&gt; "configs" #3330</title>
<updated>2024-10-01T12:39:12Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-10-01T12:39:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=bedb2a0df105f68a624a49b867f269b6d55a2c89'/>
<id>urn:sha1:bedb2a0df105f68a624a49b867f269b6d55a2c89</id>
<content type='text'>
Problem:
The name `server_configurations` is extremely verbose and irritatingly
formal and dogmatic. This overlong name is a constant nuisance when
reading, writing, and coding.

It's also not even correct: these configurations are just as much
"client" configurations as they are "server" configurations.

Solution:
- Rename to a shorter name.
- Leave placeholder files for any old URLs that link to the old
  location.</content>
</entry>
<entry>
<title>ci: bump actions/checkout from 3 to 4 (#2794)</title>
<updated>2023-09-05T06:20:23Z</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2023-09-05T06:20:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=499314f76fa6e8f82f7cfd116578906d61ba2560'/>
<id>urn:sha1:499314f76fa6e8f82f7cfd116578906d61ba2560</id>
<content type='text'>
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] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>ci: bump action versions (#2322)</title>
<updated>2022-12-17T14:35:24Z</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2022-12-17T14:35:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=5d96ace4fc2c02c205b69f2d8872ecb1e420901f'/>
<id>urn:sha1:5d96ace4fc2c02c205b69f2d8872ecb1e420901f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: simplify codespell workflow (#1706)</title>
<updated>2022-02-10T22:23:35Z</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2022-02-10T22:23:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e1faf0ebb3e1d157d458ed6e32d306d71f655883'/>
<id>urn:sha1:e1faf0ebb3e1d157d458ed6e32d306d71f655883</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(help): workaround plugin/users overwritting tags (#1512)</title>
<updated>2021-11-30T14:27:12Z</updated>
<author>
<name>Javier Lopez</name>
<email>graulopezjavier@gmail.com</email>
</author>
<published>2021-11-30T14:27:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=cea6e0b0f6c7daf671b478bd58571768d0385711'/>
<id>urn:sha1:cea6e0b0f6c7daf671b478bd58571768d0385711</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>docs: follow-up fixes from overhaul (#1389)</title>
<updated>2021-11-09T18:26:37Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-11-09T18:26:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=d1dd1a6675b18d8e863bae425314fcf54f0616f3'/>
<id>urn:sha1:d1dd1a6675b18d8e863bae425314fcf54f0616f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: run codespell on pull requests (#1101)</title>
<updated>2021-07-26T05:33:34Z</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2021-07-26T05:33:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=03186b27c6fc90da11561f48f442e2099ee9bf77'/>
<id>urn:sha1:03186b27c6fc90da11561f48f442e2099ee9bf77</id>
<content type='text'>
</content>
</entry>
</feed>
