<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mason/lua/nvim-lsp-installer/servers/rescriptls/init.lua, branch feat/socket-integration</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/mason/atom/lua/nvim-lsp-installer/servers/rescriptls/init.lua?h=feat%2Fsocket-integration</id>
<link rel='self' href='http://git.sudomsg.com/mirror/mason/atom/lua/nvim-lsp-installer/servers/rescriptls/init.lua?h=feat%2Fsocket-integration'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/'/>
<updated>2022-07-06T22:39:59Z</updated>
<entry>
<title>mason.nvim</title>
<updated>2022-07-06T22:39:59Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-06T17:41:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=5f634e0c37e723fc0c33e06b4fd5c2180178db40'/>
<id>urn:sha1:5f634e0c37e723fc0c33e06b4fd5c2180178db40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: further decouple module structure (#685)</title>
<updated>2022-05-11T14:10:57Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-05-11T14:10:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=5e3385d90668c792919c7e2791620a6c0d569538'/>
<id>urn:sha1:5e3385d90668c792919c7e2791620a6c0d569538</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: remove deprecated modules (#682)</title>
<updated>2022-05-10T10:20:22Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-05-10T10:20:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=f60f53d8c2d304e8e6d335215ea0b781f80599f0'/>
<id>urn:sha1:f60f53d8c2d304e8e6d335215ea0b781f80599f0</id>
<content type='text'>
- https://github.com/williamboman/nvim-lsp-installer/wiki/Async-infrastructure-changes-notice
- https://github.com/williamboman/nvim-lsp-installer/discussions/636</content>
</entry>
<entry>
<title>chore: refactor remaining installers to async impl (#616)</title>
<updated>2022-04-21T10:09:59Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-04-21T10:09:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=b68fcc6bb2c770495ff8e2508c06dfdd49abcc80'/>
<id>urn:sha1:b68fcc6bb2c770495ff8e2508c06dfdd49abcc80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>write install receipts (#379)</title>
<updated>2022-01-03T14:12:53Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-01-03T14:12:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e8530f4059279a0d6b5e5f8891d04ffb1ade29a3'/>
<id>urn:sha1:e8530f4059279a0d6b5e5f8891d04ffb1ade29a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add language aliases to :LspInstall (#232)</title>
<updated>2021-11-06T15:01:31Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-11-06T15:01:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=b5059efeaadecbc96b042d0866e47f2fb3e7dff9'/>
<id>urn:sha1:b5059efeaadecbc96b042d0866e47f2fb3e7dff9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>installers/context: rename functions (#170)</title>
<updated>2021-10-17T21:39:47Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-10-17T21:39:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=dd4afb08b93db3d53d0d70db749fc20bb487e1c3'/>
<id>urn:sha1:dd4afb08b93db3d53d0d70db749fc20bb487e1c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add keybindings to UI window (#140)</title>
<updated>2021-10-10T17:20:16Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-10-10T17:20:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=5f54148153a878cc9cbe370adccda0f706251d89'/>
<id>urn:sha1:5f54148153a878cc9cbe370adccda0f706251d89</id>
<content type='text'>
- Allows for expanding servers to view more information about it.
- Allows for installing/reinstalling/uninstalling servers.

The default keybindings is an attempt to mimic vim-fugitive's :Git
maps, and these can be overriden.

The keybinding implementation in display.lua is a bit hacky, but it
works and the "public" API is at least manageable. This will also
open up for adding more metadata in the future, such as filetype
information, currently installed version, latest available version,
etc.

Also there's Cowth Vader.</content>
</entry>
<entry>
<title>support installing specific version of language servers, defaults to latest (#106)</title>
<updated>2021-09-29T11:48:39Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-09-29T11:48:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e267fe517feaaf7a48323349e3775944db49c158'/>
<id>urn:sha1:e267fe517feaaf7a48323349e3775944db49c158</id>
<content type='text'>
</content>
</entry>
<entry>
<title>optimize io (70%+ startup speedups) (#93)</title>
<updated>2021-09-17T14:05:20Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-09-17T14:05:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=9551bbc1e207ea9a9d436f1bf02a22afc33f6aa6'/>
<id>urn:sha1:9551bbc1e207ea9a9d436f1bf02a22afc33f6aa6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rewrite some installers for broader cross-platform support (#85)</title>
<updated>2021-09-10T11:38:39Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-09-10T11:38:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=d2ec0c0070c01ba0e3e8926031cfe848a016df44'/>
<id>urn:sha1:d2ec0c0070c01ba0e3e8926031cfe848a016df44</id>
<content type='text'>
- Remove all usage of zx in favour of native Lua (via libuv)
- Introduce new set of `std` installers

The following servers will have to be reinstalled due to this change:
1. clangd
2. solargraph
3. sumneko_lua
4. tailwindcss</content>
</entry>
<entry>
<title>rescriptls: rm .vsix archive after unpacking</title>
<updated>2021-09-03T10:21:56Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2021-09-03T10:20:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=6b3e21301dc562f7fca9663334e26c608aaaa91e'/>
<id>urn:sha1:6b3e21301dc562f7fca9663334e26c608aaaa91e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add rescriptls (#73)</title>
<updated>2021-09-03T10:16:04Z</updated>
<author>
<name>Pedro Castro</name>
<email>pdesacastro@gmail.com</email>
</author>
<published>2021-09-03T10:16:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=4a1dbdc548375952a16501b37828f5cb2a99ba76'/>
<id>urn:sha1:4a1dbdc548375952a16501b37828f5cb2a99ba76</id>
<content type='text'>
</content>
</entry>
</feed>
