<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/lua/vim/lsp, branch v0.5.0</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>Fixed +1 -1 in util.lua (#14913)</title>
<updated>2021-06-26T17:43:18+00:00</updated>
<author>
<name>jimman2003</name>
<email>jim41825@gmail.com</email>
</author>
<published>2021-06-26T17:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bdf3df4027a5389a46b4c9a75b50aff5c0ecb351'/>
<id>bdf3df4027a5389a46b4c9a75b50aff5c0ecb351</id>
<content type='text'>
No point in adding and then subtracting I believe ;)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No point in adding and then subtracting I believe ;)</pre>
</div>
</content>
</entry>
<entry>
<title>fix(lsp): render the last line in stylize_markdown</title>
<updated>2021-06-25T18:45:42+00:00</updated>
<author>
<name>Folke Lemaitre</name>
<email>folke.lemaitre@gmail.com</email>
</author>
<published>2021-06-25T18:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e680d7d6af4b48680693be9d984cce217e959e1f'/>
<id>e680d7d6af4b48680693be9d984cce217e959e1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style(lsp): make get_markdown_fences private</title>
<updated>2021-06-25T16:32:00+00:00</updated>
<author>
<name>Folke Lemaitre</name>
<email>folke.lemaitre@gmail.com</email>
</author>
<published>2021-06-25T16:32:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=28dde1038fea0b5750a7c0250ee047c032175448'/>
<id>28dde1038fea0b5750a7c0250ee047c032175448</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14904 from mfussenegger/nil-message-callbacks</title>
<updated>2021-06-25T16:13:01+00:00</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-06-25T16:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5d792701cf3c8b9a0299ff1e90c843082c590d04'/>
<id>5d792701cf3c8b9a0299ff1e90c843082c590d04</id>
<content type='text'>
fix(lsp): Handle nil message_callbacks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(lsp): Handle nil message_callbacks</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14617 from folke/fancy_markdown_fences_support</title>
<updated>2021-06-25T16:02:28+00:00</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-06-25T16:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7b5a233d64b9fbd99727271e14178e0132ec1e98'/>
<id>7b5a233d64b9fbd99727271e14178e0132ec1e98</id>
<content type='text'>
feat(lsp): use `g:markdown_fenced_languages` in `vim.lsp.util.stylized_markdown`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(lsp): use `g:markdown_fenced_languages` in `vim.lsp.util.stylized_markdown`</pre>
</div>
</content>
</entry>
<entry>
<title>feat(lsp): use markdown_fenced_languages in stylized_markdown</title>
<updated>2021-06-25T15:27:38+00:00</updated>
<author>
<name>Folke Lemaitre</name>
<email>folke.lemaitre@gmail.com</email>
</author>
<published>2021-06-25T13:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=aa1e20497ae9f87b7f955032c1bcf2df33d472bd'/>
<id>aa1e20497ae9f87b7f955032c1bcf2df33d472bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(lsp): Handle nil message_callbacks</title>
<updated>2021-06-25T12:45:17+00:00</updated>
<author>
<name>Mathias Fussenegger</name>
<email>f.mathias@zignar.net</email>
</author>
<published>2021-06-25T12:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=58473178ff217079e6a0afd8926b262199477538'/>
<id>58473178ff217079e6a0afd8926b262199477538</id>
<content type='text'>
The `onexit` handler could set `message_callbacks` to `nil` within the
luv event loop while the mainloop runs a function that tries to access
`message_callbacks`.

This adds some checks to prevent errors in that case.

Fixes https://github.com/neovim/neovim/issues/14863
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `onexit` handler could set `message_callbacks` to `nil` within the
luv event loop while the mainloop runs a function that tries to access
`message_callbacks`.

This adds some checks to prevent errors in that case.

Fixes https://github.com/neovim/neovim/issues/14863
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(lsp): Set `dir` completion option for add_workspace_folder</title>
<updated>2021-06-25T12:28:17+00:00</updated>
<author>
<name>Mathias Fussenegger</name>
<email>f.mathias@zignar.net</email>
</author>
<published>2021-06-25T12:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7ea652e4bf0307c46c1bc47456a94638e17f9f29'/>
<id>7ea652e4bf0307c46c1bc47456a94638e17f9f29</id>
<content type='text'>
Given that the input is pre-filled with a path, it should be possible to
use dir completion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Given that the input is pre-filled with a path, it should be possible to
use dir completion.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(lsp): do not convert vim.NIL to nil in lists</title>
<updated>2021-06-24T10:23:19+00:00</updated>
<author>
<name>Akin Sowemimo</name>
<email>akin.sowemimo@gmail.com</email>
</author>
<published>2021-05-18T22:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=444f175335f0fbe338931f977880e959afbb49b7'/>
<id>444f175335f0fbe338931f977880e959afbb49b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(lsp): handlers should focus quickfix list</title>
<updated>2021-06-22T03:44:37+00:00</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-06-22T03:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=060255253fcfcfd704f321f58221e23ea6a6490f'/>
<id>060255253fcfcfd704f321f58221e23ea6a6490f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
