<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/lua/nvim_lsp/flow.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>flow: use npx with `--no-install` option, so it doesn't try to install `flow` if not present</title>
<updated>2020-05-22T18:22:34Z</updated>
<author>
<name>Daniel Schmid</name>
<email>mail+git@ybc37.dev</email>
</author>
<published>2020-05-22T18:22:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=a8a206594c7ad87412c179eeca2f0ddf1c95ff00'/>
<id>urn:sha1:a8a206594c7ad87412c179eeca2f0ddf1c95ff00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>flow: use npx instead of expecting a npm script</title>
<updated>2020-05-22T11:31:59Z</updated>
<author>
<name>Daniel Schmid</name>
<email>mail+git@ybc37.dev</email>
</author>
<published>2020-05-22T11:31:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=91d6bf2e8ed784094e0d079c832957f76eeab48f'/>
<id>urn:sha1:91d6bf2e8ed784094e0d079c832957f76eeab48f</id>
<content type='text'>
</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>flow: set package.json #79</title>
<updated>2019-12-24T05:33:11Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2019-12-24T05:33:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e806d9a88373822ccc0d434b3df8095fc485483d'/>
<id>urn:sha1:e806d9a88373822ccc0d434b3df8095fc485483d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support flow language server (#18)</title>
<updated>2019-11-17T18:02:52Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2019-11-17T18:02:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=c3d326b6091ae3f81ad1462adab97c2655273683'/>
<id>urn:sha1:c3d326b6091ae3f81ad1462adab97c2655273683</id>
<content type='text'>
</content>
</entry>
</feed>
