<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/lua/vim/lsp, branch mix</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>docs(lsp): update rpc.start stdio limitations (#20120)</title>
<updated>2022-09-08T17:25:16+00:00</updated>
<author>
<name>Mathias Fußenegger</name>
<email>mfussenegger@users.noreply.github.com</email>
</author>
<published>2022-09-08T17:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=19a3b2c26e28382a65529a38be9ff63ca58cc023'/>
<id>19a3b2c26e28382a65529a38be9ff63ca58cc023</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(lsp): add range option to lsp.buf.format (#19998)</title>
<updated>2022-09-08T09:33:04+00:00</updated>
<author>
<name>Mathias Fußenegger</name>
<email>mfussenegger@users.noreply.github.com</email>
</author>
<published>2022-09-08T09:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=11167ab6d569994dd0a4f58155c84b118706380c'/>
<id>11167ab6d569994dd0a4f58155c84b118706380c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): update lsp.rpc.start docs to match return value changes (#20003)</title>
<updated>2022-08-30T11:14:27+00:00</updated>
<author>
<name>Mathias Fußenegger</name>
<email>mfussenegger@users.noreply.github.com</email>
</author>
<published>2022-08-30T11:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=981ae83fadd3bf8603f144a8bc27347e4fb7b3ad'/>
<id>981ae83fadd3bf8603f144a8bc27347e4fb7b3ad</id>
<content type='text'>
Follow up to https://github.com/neovim/neovim/pull/19916</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow up to https://github.com/neovim/neovim/pull/19916</pre>
</div>
</content>
</entry>
<entry>
<title>feat(lsp): add tcp support</title>
<updated>2022-08-28T12:07:53+00:00</updated>
<author>
<name>Mathias Fussenegger</name>
<email>f.mathias@zignar.net</email>
</author>
<published>2022-08-24T18:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=60ec6e34d585a7f633d49aab790066c1740885e1'/>
<id>60ec6e34d585a7f633d49aab790066c1740885e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(lsp): extract rpc client from rpc.start</title>
<updated>2022-08-28T12:07:53+00:00</updated>
<author>
<name>Mathias Fussenegger</name>
<email>f.mathias@zignar.net</email>
</author>
<published>2022-08-24T17:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=46bb34e26b3bee89fd1d5d9d1bebced00000732d'/>
<id>46bb34e26b3bee89fd1d5d9d1bebced00000732d</id>
<content type='text'>
Makes the previously inner functions re-usable for a TCP client
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes the previously inner functions re-usable for a TCP client
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(lsp): encapsulate rpc uv handle</title>
<updated>2022-08-28T12:07:53+00:00</updated>
<author>
<name>Mathias Fussenegger</name>
<email>f.mathias@zignar.net</email>
</author>
<published>2022-08-23T20:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7d3e4aee6a11f0bd4c53b0dcb18a496b5fdd32b2'/>
<id>7d3e4aee6a11f0bd4c53b0dcb18a496b5fdd32b2</id>
<content type='text'>
To prepare for different transports like TCP where the handle won't have
a kill method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To prepare for different transports like TCP where the handle won't have
a kill method.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(lsp): factor out read_loop function</title>
<updated>2022-08-28T12:07:53+00:00</updated>
<author>
<name>Mathias Fussenegger</name>
<email>f.mathias@zignar.net</email>
</author>
<published>2022-08-23T19:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f9641d1ac6bae58a42572ce3bfa34d62d5f22619'/>
<id>f9641d1ac6bae58a42572ce3bfa34d62d5f22619</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(lsp): rename on-list-handler to lsp-on-list-handler (#19813)</title>
<updated>2022-08-17T10:39:38+00:00</updated>
<author>
<name>Jonas Strittmatter</name>
<email>40792180+smjonas@users.noreply.github.com</email>
</author>
<published>2022-08-17T10:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7a076306e4e35371160d1a5d09c92744b8461b57'/>
<id>7a076306e4e35371160d1a5d09c92744b8461b57</id>
<content type='text'>
This makes it easier to find documentation about the on-list-handler
when starting the search term with "lsp".</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easier to find documentation about the on-list-handler
when starting the search term with "lsp".</pre>
</div>
</content>
</entry>
<entry>
<title>fix(lsp): avoid pipe leaks if lsp cmd isn't executable (#19717)</title>
<updated>2022-08-11T15:04:55+00:00</updated>
<author>
<name>Mathias Fußenegger</name>
<email>mfussenegger@users.noreply.github.com</email>
</author>
<published>2022-08-11T15:04:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=996fc2256bafabeb8f5806d70d531311a34d29f9'/>
<id>996fc2256bafabeb8f5806d70d531311a34d29f9</id>
<content type='text'>
The `onexit` handler isn't called if `uv.spawn` doesn't return a handle.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `onexit` handler isn't called if `uv.spawn` doesn't return a handle.</pre>
</div>
</content>
</entry>
<entry>
<title>fix(lsp): fix some type annotations in lsp.rpc (#19714)</title>
<updated>2022-08-11T13:17:05+00:00</updated>
<author>
<name>Mathias Fußenegger</name>
<email>mfussenegger@users.noreply.github.com</email>
</author>
<published>2022-08-11T13:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8b67f37798d90da957801be791da9425fb6fe741'/>
<id>8b67f37798d90da957801be791da9425fb6fe741</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
