<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mason/scripts/lua/mason-scripts/mason-lspconfig, branch main</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/mason/atom/scripts/lua/mason-scripts/mason-lspconfig?h=main</id>
<link rel='self' href='http://git.sudomsg.com/mirror/mason/atom/scripts/lua/mason-scripts/mason-lspconfig?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>fix(mason-lspconfig): patch some server's cmd on Windows (#100)</title>
<updated>2022-07-19T22:00:55Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-19T22:00:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=619e52abec0175620a6b8af4e18ed4cfb4857825'/>
<id>urn:sha1:619e52abec0175620a6b8af4e18ed4cfb4857825</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(workflow): modularize scripts and remove mason-lspconfig from CI checks (#36)</title>
<updated>2022-07-08T23:00:34Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-08T23:00:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=d132a7a673d43b2da73f75e09fbe7fb49c431514'/>
<id>urn:sha1:d132a7a673d43b2da73f75e09fbe7fb49c431514</id>
<content type='text'>
</content>
</entry>
</feed>
