<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mason-lspconfig/tests, branch release-please/bootstrap/default</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/mason-lspconfig/atom/tests?h=release-please%2Fbootstrap%2Fdefault</id>
<link rel='self' href='http://git.sudomsg.com/mirror/mason-lspconfig/atom/tests?h=release-please%2Fbootstrap%2Fdefault'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/'/>
<updated>2025-05-19T05:56:31Z</updated>
<entry>
<title>perf: host pre-compiled filetype mappings (#555)</title>
<updated>2025-05-19T05:56:31Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2025-05-19T05:56:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=1d6730459c42f591602500da994f01ae43a97dbc'/>
<id>urn:sha1:1d6730459c42f591602500da994f01ae43a97dbc</id>
<content type='text'>
Generating the filetype mappings by accessing `vim.lsp.config` turns out to be a bad idea because:
1) performance
2) some `lsp/` configurations in nvim-lspconfig execute code immediately (see angularls)
3) accessing `vim.lsp.config[server_name]` seems to populate `:checkhealth vim.lsp`</content>
</entry>
<entry>
<title>ci: fix cbfmt &amp; selene, add nvim v0.11.1, and fix incorrect test fixtures (#540)</title>
<updated>2025-05-06T21:51:15Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2025-05-06T21:51:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=b2e59268c904bc5bfe44dfc0e7935a236be73fea'/>
<id>urn:sha1:b2e59268c904bc5bfe44dfc0e7935a236be73fea</id>
<content type='text'>
* ci: fix cbfmt and add nvim v0.11.1

* just remove cbfmt

* tests: fix test fixtures and setup</content>
</entry>
<entry>
<title>feat: add more capabilities to `automatic_enable`</title>
<updated>2025-04-26T10:34:35Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2025-04-26T10:30:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=963df050ea3f65005c8ee047a4ab5d76493bf5a8'/>
<id>urn:sha1:963df050ea3f65005c8ee047a4ab5d76493bf5a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor!: remove handler functionality, add automatic enable feature</title>
<updated>2025-04-21T19:53:16Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2025-04-21T19:06:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=80f2cd7734ff21da4cf1489c9695e440cdcd139f'/>
<id>urn:sha1:80f2cd7734ff21da4cf1489c9695e440cdcd139f</id>
<content type='text'>
This also removes all generated code/docs, including relevant scripts. Mappings are now also dynamically generated
instead of compiled. These changes should reduce churn in this plugin and make it more resilient for external changes in
Mason and/or nvim-lspconfig.

Mappings have been centralized in the registry instead.
</content>
</entry>
<entry>
<title>refactor!: remove `automatic_installation` setting</title>
<updated>2025-04-21T17:28:33Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2025-04-21T17:28:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=5c142464ea29ceca3b4d77d2c80b9e8e3fca02d9'/>
<id>urn:sha1:5c142464ea29ceca3b4d77d2c80b9e8e3fca02d9</id>
<content type='text'>
This is removed because of the transition towards `vim.lsp.config`-style configurations.
</content>
</entry>
<entry>
<title>feat!: update usage of deprecated mason.nvim APIs</title>
<updated>2025-02-19T13:47:55Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2025-02-19T13:46:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=a8f5e511c686b6e8eec7bc57caf4d9d710005bcf'/>
<id>urn:sha1:a8f5e511c686b6e8eec7bc57caf4d9d710005bcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: fix importing server config definitions from lspconfig (#468)</title>
<updated>2024-10-22T17:40:16Z</updated>
<author>
<name>Micah Halter</name>
<email>micah@mehalter.com</email>
</author>
<published>2024-10-22T17:40:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=87638e71c83100980f932714ea62ea82a972c95b'/>
<id>urn:sha1:87638e71c83100980f932714ea62ea82a972c95b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: rename tsserver to ts_ls (#459)</title>
<updated>2024-09-08T15:34:55Z</updated>
<author>
<name>Turiiya</name>
<email>34311583+ttytm@users.noreply.github.com</email>
</author>
<published>2024-09-08T15:34:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=0d072b5256cacfde5d5c120d0959edc95b68c4ab'/>
<id>urn:sha1:0d072b5256cacfde5d5c120d0959edc95b68c4ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add support for `*` filetype specifier (#335)</title>
<updated>2023-12-01T15:11:39Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-12-01T15:11:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=dd67d01335a27bff4b5dcb580c7a4bce0f4e2105'/>
<id>urn:sha1:dd67d01335a27bff4b5dcb580c7a4bce0f4e2105</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: allow handlers to be passed via `.setup()` (#208)</title>
<updated>2023-04-25T04:13:51Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-25T04:13:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=eea1d22f203083e3d41757ef982ab2cc74fce089'/>
<id>urn:sha1:eea1d22f203083e3d41757ef982ab2cc74fce089</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: only notify bad setup order if it impacts functionality (#196)</title>
<updated>2023-04-17T23:05:09Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-17T23:05:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=7034065099c1665143091c7282b3b1b8f0b23783'/>
<id>urn:sha1:7034065099c1665143091c7282b3b1b8f0b23783</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: notify if mason has not been set up (#195)</title>
<updated>2023-04-17T22:39:01Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-17T22:39:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=601c0ad2f8870bd1d45fbdd27cb50ccfb2c8b3b9'/>
<id>urn:sha1:601c0ad2f8870bd1d45fbdd27cb50ccfb2c8b3b9</id>
<content type='text'>
Closes #181.</content>
</entry>
<entry>
<title>feat: register package aliases (#182)</title>
<updated>2023-04-05T20:51:51Z</updated>
<author>
<name>elky</name>
<email>kylelholzinger@gmail.com</email>
</author>
<published>2023-04-05T20:51:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=4b9cb43f34f71156a27468d10f5ebf8180ae19af'/>
<id>urn:sha1:4b9cb43f34f71156a27468d10f5ebf8180ae19af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: fix scheduling (#183)</title>
<updated>2023-04-05T19:34:51Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-05T19:34:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=1e653e0c9d8304a2a11f6b3b3bdaf447da3d2754'/>
<id>urn:sha1:1e653e0c9d8304a2a11f6b3b3bdaf447da3d2754</id>
<content type='text'>
* tests: fix scheduling

* chore(ci): update neovim version</content>
</entry>
<entry>
<title>feat: refresh registry before installing servers in ensure_installed (#170)</title>
<updated>2023-03-24T13:00:57Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-24T13:00:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=b64fdede85fd5e0b720ce722919e0a9b95ed6547'/>
<id>urn:sha1:b64fdede85fd5e0b720ce722919e0a9b95ed6547</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(scripts): setup mason and refresh registry (#177)</title>
<updated>2023-03-24T10:57:07Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-24T10:57:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=d119ea67b2c8e1be64811785441761dfbc6e21f5'/>
<id>urn:sha1:d119ea67b2c8e1be64811785441761dfbc6e21f5</id>
<content type='text'>
Also fix tests.</content>
</entry>
<entry>
<title>fix: don't auto install servers when headless (#175)</title>
<updated>2023-03-18T15:20:52Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-18T15:20:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=2b811031febe5f743e07305738181ff367e1e452'/>
<id>urn:sha1:2b811031febe5f743e07305738181ff367e1e452</id>
<content type='text'>
You should be able to run headless commands without mason-lspconfig starting installations in the background with
limited ability to wait until they're done.</content>
</entry>
<entry>
<title>style: enforce import order (#169)</title>
<updated>2023-03-12T08:25:41Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-12T08:25:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=a81503f0019942111fe464209237f8b4e85f4687'/>
<id>urn:sha1:a81503f0019942111fe464209237f8b4e85f4687</id>
<content type='text'>
* chore(workflows): update dependencies

* style: enforce import order</content>
</entry>
<entry>
<title>feat: more notify() messages when auto installing servers (#131)</title>
<updated>2023-01-16T14:36:06Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-01-16T14:36:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=610f5919fe633ac872239a0ab786572059f0d91d'/>
<id>urn:sha1:610f5919fe633ac872239a0ab786572059f0d91d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: notify when installing server listed in ensure_installed (#91)</title>
<updated>2022-10-25T21:07:28Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-10-25T21:07:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=6768067573d97a033824b38bdce18ae0c8490a52'/>
<id>urn:sha1:6768067573d97a033824b38bdce18ae0c8490a52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: update spy assertion (#82)</title>
<updated>2022-10-17T20:35:40Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-10-17T20:35:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=d537b6d8f6f038f1ad49e494e3bbe156ead06a01'/>
<id>urn:sha1:d537b6d8f6f038f1ad49e494e3bbe156ead06a01</id>
<content type='text'>
* tests: update spy assertion

* tests: add test for invalid server names in ensure_installed</content>
</entry>
<entry>
<title>fix: let user_config take precedence when merging config tables (#55)</title>
<updated>2022-09-13T14:59:07Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-09-13T14:59:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=e39eb630e0fe0e8ac63dc5b5e601e44fd851e05b'/>
<id>urn:sha1:e39eb630e0fe0e8ac63dc5b5e601e44fd851e05b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: add selene &amp; cbfmt (#54)</title>
<updated>2022-09-13T12:14:22Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-09-13T12:14:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=2ca0caadbe9117cb295edda6aa3c03e354f2c3c1'/>
<id>urn:sha1:2ca0caadbe9117cb295edda6aa3c03e354f2c3c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: get_available_servers now accepts a filter (#25)</title>
<updated>2022-08-05T11:36:32Z</updated>
<author>
<name>kylo252</name>
<email>59826753+kylo252@users.noreply.github.com</email>
</author>
<published>2022-08-05T11:36:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=e48a41eb23778169c36b93504a7adfd4ef50b8dc'/>
<id>urn:sha1:e48a41eb23778169c36b93504a7adfd4ef50b8dc</id>
<content type='text'>
Co-authored-by: William Boman &lt;william@redwill.se&gt;</content>
</entry>
<entry>
<title>init</title>
<updated>2022-07-22T01:03:23Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-21T12:15:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason-lspconfig/commit/?id=1d459b6d19118b9944d5313e4439cb361d607366'/>
<id>urn:sha1:1d459b6d19118b9944d5313e4439cb361d607366</id>
<content type='text'>
</content>
</entry>
</feed>
