<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/lua/nvim_lsp/sumneko_lua.lua, branch docs</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-lspconfig/atom?h=docs</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-lspconfig/atom?h=docs'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/'/>
<updated>2020-09-06T08:49:21Z</updated>
<entry>
<title>Rename nvim_lsp to lspconfig</title>
<updated>2020-09-06T08:49:21Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2020-09-06T08:49:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ddcd9e6aae50d6397e43e4fc9ba0cf7a82cc79de'/>
<id>urn:sha1:ddcd9e6aae50d6397e43e4fc9ba0cf7a82cc79de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sumneko_lua: fix link to install instructions</title>
<updated>2020-06-24T04:55:25Z</updated>
<author>
<name>francisco souza</name>
<email>fsouza@users.noreply.github.com</email>
</author>
<published>2020-06-24T04:55:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=244f76a84fb5e3c52a1a99b4e7623c32b0a8c456'/>
<id>urn:sha1:244f76a84fb5e3c52a1a99b4e7623c32b0a8c456</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docgen: use package.json url instead of VSCode extension name</title>
<updated>2020-05-18T14:51:24Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2020-05-18T14:50:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=2fd443bc5c1717327a26c7c9646b2fa306d5a0fd'/>
<id>urn:sha1:2fd443bc5c1717327a26c7c9646b2fa306d5a0fd</id>
<content type='text'>
VSCode extensions are so large size and we offten get a network error with downloading them.
So we had better to directory download package.json.
</content>
</entry>
<entry>
<title>Make installer for sumneko_lua more robust</title>
<updated>2020-04-22T15:56:29Z</updated>
<author>
<name>David Lukes</name>
<email>dafydd.lukes@gmail.com</email>
</author>
<published>2020-04-22T14:04:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=a623992d99b0c4f4c01b63781a8b4073d44fe247'/>
<id>urn:sha1:a623992d99b0c4f4c01b63781a8b4073d44fe247</id>
<content type='text'>
- I had to install clang for the installation to complete -&gt; check for
  that up front
- quote PATH update (especially on WSL, PWD and PATH will easily contain
  whitespace)
</content>
</entry>
<entry>
<title>lua language server: add a more detailed description of cmd</title>
<updated>2020-02-24T04:49:12Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2020-02-24T04:49:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=275f952136e33327c04aff3e59fc4aa5050d8753'/>
<id>urn:sha1:275f952136e33327c04aff3e59fc4aa5050d8753</id>
<content type='text'>
ref: #136
</content>
</entry>
<entry>
<title>window/showMessage: the display level can be set for 'window/showMessage' notification</title>
<updated>2020-02-24T02:22:34Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2020-02-24T01:45:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0852678e3cf1111df83d20a24545414fa0af8f63'/>
<id>urn:sha1:0852678e3cf1111df83d20a24545414fa0af8f63</id>
<content type='text'>
related with #127
</content>
</entry>
<entry>
<title>lua: remove `settings = {}`</title>
<updated>2020-02-16T06:06:17Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2020-02-16T06:02:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=fbe5aedad863dfb928ae68739b3f020332f98216'/>
<id>urn:sha1:fbe5aedad863dfb928ae68739b3f020332f98216</id>
<content type='text'>
configs.lua set settings vim.empty_dict() as default
</content>
</entry>
<entry>
<title>rename "skeleton" to "configs" #100</title>
<updated>2020-01-31T08:00:50Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2020-01-31T08:00:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=b487481e19ab803f2fac1c7acc10c83c743dd39b'/>
<id>urn:sha1:b487481e19ab803f2fac1c7acc10c83c743dd39b</id>
<content type='text'>
`nvim_lsp/skeleton.lua` is not really a skeleton, it's a `configs`
class that provides

1. actual functionality
2. a bunch of configs

Each config is added to the `configs` object (FKA "skeleton") as
a property. Those configs are not "templates", they are "configs". So we
should clean up the wording in various places to say "config" instead of
"skeleton"/"template".

Closes #64</content>
</entry>
<entry>
<title>sumneko_lua: add macOS support to installer #71</title>
<updated>2019-12-17T06:46:59Z</updated>
<author>
<name>JINNOUCHI Yasushi</name>
<email>d+github@delphinus.dev</email>
</author>
<published>2019-12-17T06:46:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=28c47445c1931b00e0e77295160817ece037e9ff'/>
<id>urn:sha1:28c47445c1931b00e0e77295160817ece037e9ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add sumneko_lua installation and util.sh helper. (#49)</title>
<updated>2019-11-26T14:01:11Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-26T14:01:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=eb01aca460d3a657c8fda36e64d101d85dbd9f78'/>
<id>urn:sha1:eb01aca460d3a657c8fda36e64d101d85dbd9f78</id>
<content type='text'>
* Add sumneko_lua installation and util.sh helper.
* Add vspackage extraction for package.json information via vscode name.
* Allow specifying a tempdir at DOCGEN_TEMPDIR
* Fix on_new_config and add docs for root_dir
* User settings titles are not always useful
</content>
</entry>
</feed>
