<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mason/tests/mason-lspconfig/setup_spec.lua, branch main</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/mason/atom/tests/mason-lspconfig/setup_spec.lua?h=main</id>
<link rel='self' href='http://git.sudomsg.com/mirror/mason/atom/tests/mason-lspconfig/setup_spec.lua?h=main'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/'/>
<updated>2022-07-22T01:15:43Z</updated>
<entry>
<title>refactor!: extract mason-lspconfig to separate plugin (#109)</title>
<updated>2022-07-22T01:15:43Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-22T01:15:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=11c0af44e69a165df41e5fe6681b47f4204d3623'/>
<id>urn:sha1:11c0af44e69a165df41e5fe6681b47f4204d3623</id>
<content type='text'>
The rationale behind this is to make boundaries clearer as mason.nvim
has no direct relation with lspconfig per se.

Also, hopefully, by having it as a separate package like this would
encourage more people to write similar extensions (think mason-dap and
mason-null-ls). Ideally such extensions wouldn't be required at all, but
there are definitely gaps to fill as of today.

From now on you'll need to add `williamboman/mason-lspconfig.nvim` as
a plugin if you want to use the `mason-lspconfig` extension:

```lua
use {
    { "williamboman/mason.nvim", branch = "alpha" },
    "williamboman/mason-lspconfig.nvim",
    "neovim/nvim-lspconfig",
}
```

```lua
Plug "williamboman/mason.nvim", { 'branch': 'alpha' }
Plug "williamboman/mason-lspconfig.nvim"
Plug "neovim/nvim-lspconfig"
```</content>
</entry>
<entry>
<title>chore: update generated code (#99)</title>
<updated>2022-07-19T11:52:36Z</updated>
<author>
<name>williambotman[bot]</name>
<email>107473453+williambotman@users.noreply.github.com</email>
</author>
<published>2022-07-19T11:52:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=3bbf1029789744c61a19efa53c5c94caefbca1be'/>
<id>urn:sha1:3bbf1029789744c61a19efa53c5c94caefbca1be</id>
<content type='text'>
* chore: update generated code

* prepend rtp

* stub is_installed

Co-authored-by: William Boman &lt;william@redwill.se&gt;</content>
</entry>
<entry>
<title>docs: update mason-lspconfig.setup_handlers() docs &amp; add some tests (#94)</title>
<updated>2022-07-17T21:18:24Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-17T21:18:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=00e5dac9faae7b40459d7770fcd63872c65b51d3'/>
<id>urn:sha1:00e5dac9faae7b40459d7770fcd63872c65b51d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(mason-lspconfig): add get_installed_servers() method &amp; add more tests (#84)</title>
<updated>2022-07-16T14:46:23Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-16T14:46:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=f887633842d44307f260d6ea4b99c0ae24994cfb'/>
<id>urn:sha1:f887633842d44307f260d6ea4b99c0ae24994cfb</id>
<content type='text'>
</content>
</entry>
</feed>
