<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/lua/nvim_lsp/tsserver.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>config: remove unnecessary code comennts and utf8 option</title>
<updated>2020-05-18T11:14:36Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2020-05-18T11:14:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=b74099cf2734f75a94cd47cc37cef3f721f3b664'/>
<id>urn:sha1:b74099cf2734f75a94cd47cc37cef3f721f3b664</id>
<content type='text'>
Remove meaningless code comments because they are increased by copy and paste.
Currently, utf8 options are only supported by clangd, so remove them from unnecessary ones.
</content>
</entry>
<entry>
<title>Fix: Check that vim.fn.has returns 1 in tsserver module</title>
<updated>2020-05-07T12:29:55Z</updated>
<author>
<name>Juan Hernández</name>
<email>juan.hernandez.babon@gmail.com</email>
</author>
<published>2020-05-07T12:29:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=bd4aad0895ab3ba655dd66e56662a621c32d4e3b'/>
<id>urn:sha1:bd4aad0895ab3ba655dd66e56662a621c32d4e3b</id>
<content type='text'>
In Lua 0 and 1 are both truthy values. We have to check for 1
(or 0) explicitly in order to use those values in a conditional.
</content>
</entry>
<entry>
<title>Fix 'Can't get tsserver to work #164' (#222)</title>
<updated>2020-05-07T11:03:26Z</updated>
<author>
<name>YAMAMOTO Yuji</name>
<email>whosekiteneverfly@gmail.com</email>
</author>
<published>2020-05-07T11:03:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=d48de186f0a7383e6a189a81b9c710ec5fb7d7f1'/>
<id>urn:sha1:d48de186f0a7383e6a189a81b9c710ec5fb7d7f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tsserver.lua: add alternative root markers #210</title>
<updated>2020-04-28T14:07:09Z</updated>
<author>
<name>Tan Kian</name>
<email>thejianmail@gmail.com</email>
</author>
<published>2020-04-28T14:07:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=bf5b29a4207724f54941579a4fad1d2dbc77639b'/>
<id>urn:sha1:bf5b29a4207724f54941579a4fad1d2dbc77639b</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>CI: luacheck #86</title>
<updated>2019-12-31T22:15:50Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2019-12-31T22:15:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=10d3a9bde1d72bd3dfdbffbc317ef6b36ff9dd15'/>
<id>urn:sha1:10d3a9bde1d72bd3dfdbffbc317ef6b36ff9dd15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redo installation. (#17)</title>
<updated>2019-11-16T01:26:22Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-16T01:26:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=5686a90890105e6271307e86b472f729af1cc4f8'/>
<id>urn:sha1:5686a90890105e6271307e86b472f729af1cc4f8</id>
<content type='text'>
* Redo installation.

Servers which want to be auto installed should specify
skeleton[name].install()
and it will be automatically added to the list of installable servers.

- Add :LspInstall and :LspInstallInfo
- Auto generate docs for servers with .install() available.
- Add util.npm_installer
- Refactor utf8 capabilities common config into a single function
- Add contribution notes.
- Also expose util.base_install_dir for other installers potentially
- Fix tsserver's arguments and add javascript filetypes</content>
</entry>
<entry>
<title>Initial typescript support (#8)</title>
<updated>2019-11-15T22:28:56Z</updated>
<author>
<name>Jesse Hoyos</name>
<email>jesse@mojotech.com</email>
</author>
<published>2019-11-15T22:28:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=242c6aae1dfa7fdc7e4fd1f7b76768e6b0688f7a'/>
<id>urn:sha1:242c6aae1dfa7fdc7e4fd1f7b76768e6b0688f7a</id>
<content type='text'>
</content>
</entry>
</feed>
