<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mason/lua/mason-lspconfig/api/command.lua, branch feat/socket-integration</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/mason/atom/lua/mason-lspconfig/api/command.lua?h=feat%2Fsocket-integration</id>
<link rel='self' href='http://git.sudomsg.com/mirror/mason/atom/lua/mason-lspconfig/api/command.lua?h=feat%2Fsocket-integration'/>
<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>feat(ui): bring focus to the installation section when :LspInstall (#91)</title>
<updated>2022-07-17T13:09:54Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-17T13:09:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e19579b723564a1ade592303bb129b9affee77a3'/>
<id>urn:sha1:e19579b723564a1ade592303bb129b9affee77a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(mason-lspconfig): deduplicate :LspInstall completion items (#88)</title>
<updated>2022-07-16T23:53:20Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-16T23:53:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=7cb9f7aea300428fc38b5a71d1a6c48cf1f42efa'/>
<id>urn:sha1:7cb9f7aea300428fc38b5a71d1a6c48cf1f42efa</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>
<entry>
<title>chore: change emmylua annotation syntax from @ to : for comments (#73)</title>
<updated>2022-07-14T15:27:12Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-14T15:27:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=63de62cd0b0b53c5946d67ee2a3c2dac16379707'/>
<id>urn:sha1:63de62cd0b0b53c5946d67ee2a3c2dac16379707</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(mason-lspconfig): fix installing by current filetype (#37)</title>
<updated>2022-07-08T23:11:49Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-08T23:11:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=df78f09d615a490167fbf061f03bbfefc6316020'/>
<id>urn:sha1:df78f09d615a490167fbf061f03bbfefc6316020</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(mason-lspconfig): add :LspInstall and :LspUninstall commands (#35)</title>
<updated>2022-07-08T21:16:01Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-08T21:16:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=a444f770b40bce70d2d4e0f88bcb8344958411d5'/>
<id>urn:sha1:a444f770b40bce70d2d4e0f88bcb8344958411d5</id>
<content type='text'>
These should be in complete parity with the nvim-lsp-installer commands.
Now even better than before.</content>
</entry>
</feed>
