<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/scripts, branch v0.1.1</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-lspconfig/atom/scripts?h=v0.1.1</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-lspconfig/atom/scripts?h=v0.1.1'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/'/>
<updated>2021-11-30T14:27:12Z</updated>
<entry>
<title>fix(help): workaround plugin/users overwritting tags (#1512)</title>
<updated>2021-11-30T14:27:12Z</updated>
<author>
<name>Javier Lopez</name>
<email>graulopezjavier@gmail.com</email>
</author>
<published>2021-11-30T14:27:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=cea6e0b0f6c7daf671b478bd58571768d0385711'/>
<id>urn:sha1:cea6e0b0f6c7daf671b478bd58571768d0385711</id>
<content type='text'>
Most plugin managers run :helptags in the plugin, which silently
overwrites the existing doc/tags. this is an issue for us since lspconfig
is manipulating the tags file to point to servers_configurations.md

Instead create a markdown comment with the name of the wanted tag and
make a copy in the repository of servers_configurations.md to
server_configurations.txt. Now when :helptags runs it finds the txt file
and generates the appropriate tag.

The advantage is this solution should work in all platforms, it also
removes lines from docgen CI.</content>
</entry>
<entry>
<title>docs: make |lspconfig-server-configurations| jump to the markdown file (#1497)</title>
<updated>2021-11-27T14:01:30Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-11-27T14:01:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=d52e45acf9a55b025ce9c0161b922a814b65b631'/>
<id>urn:sha1:d52e45acf9a55b025ce9c0161b922a814b65b631</id>
<content type='text'>
* generating the tags at docgen and modifying the
|lspconfig-server-configurations|
tag allows `:help lspconfig-server-configurations` take you to
./doc/server_configurations.md
* adding a modeline to the markdown file ensures it sets the
correct filetype

Co-authored-by: Javier López &lt;graulopezjavier@gmail.com&gt;</content>
</entry>
<entry>
<title>docs: fix docgen (#1486)</title>
<updated>2021-11-26T14:04:47Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-11-26T14:04:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ba8419e002a2739ea769931d8db8dc3c5a0f230f'/>
<id>urn:sha1:ba8419e002a2739ea769931d8db8dc3c5a0f230f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: clean up imports</title>
<updated>2021-11-26T04:46:21Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-11-25T17:40:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=97da7ed12e7e0d86e735e38a8170e941d4ed3e9a'/>
<id>urn:sha1:97da7ed12e7e0d86e735e38a8170e941d4ed3e9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: expose configs</title>
<updated>2021-11-26T04:46:21Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-11-25T04:01:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=6c2fb86c6a03e20abea5ddd17d735885f0b7cb5e'/>
<id>urn:sha1:6c2fb86c6a03e20abea5ddd17d735885f0b7cb5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: documentation overhaul (#1384)</title>
<updated>2021-11-09T17:53:21Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-11-09T17:53:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=3d85ff447d8ff7091b600c982495b5d1c8b25bf3'/>
<id>urn:sha1:3d85ff447d8ff7091b600c982495b5d1c8b25bf3</id>
<content type='text'>
* remove automated generation of vimdoc + ci
* unify ADVANCED_README.md and vimdoc
* rename CONFIGS.md to server_configurations.md, move into doc folder
* move CONTRIBUTING.md to .github folder</content>
</entry>
<entry>
<title>style: format files with stylua v0.11.0</title>
<updated>2021-09-23T09:17:04Z</updated>
<author>
<name>Peter Lithammer</name>
<email>peter.lithammer@gmail.com</email>
</author>
<published>2021-09-23T09:09:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=52251a1a047fcacbb740870764699d90f1f42306'/>
<id>urn:sha1:52251a1a047fcacbb740870764699d90f1f42306</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: remove modeline (#1177)</title>
<updated>2021-08-24T14:12:38Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-08-24T14:12:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=08a698d652f3d1fc6195b4efd9d23ecaced2c879'/>
<id>urn:sha1:08a698d652f3d1fc6195b4efd9d23ecaced2c879</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: change stylua to single quotes (#1068)</title>
<updated>2021-07-13T17:41:39Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-07-13T17:41:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=cd1ccf056be9cbcc3d5cbefff08135276bc476ed'/>
<id>urn:sha1:cd1ccf056be9cbcc3d5cbefff08135276bc476ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: lint and format with stylua</title>
<updated>2021-07-03T22:49:27Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-07-03T21:45:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ec11b85df73cce4edb2925cb7f1d0e8db3a07b1c'/>
<id>urn:sha1:ec11b85df73cce4edb2925cb7f1d0e8db3a07b1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(config.md): separate out lua require block</title>
<updated>2021-06-20T17:09:16Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-06-20T17:08:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e0c5fe2f3b52cb4f46f5dd7fad926c6394bbcdd9'/>
<id>urn:sha1:e0c5fe2f3b52cb4f46f5dd7fad926c6394bbcdd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Documentation fixes</title>
<updated>2021-03-27T07:59:18Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-03-27T07:59:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0239cedbf3e78eaf5ff261a1336d65bcdc8d4a2d'/>
<id>urn:sha1:0239cedbf3e78eaf5ff261a1336d65bcdc8d4a2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docgen: add vimdoc pipeline with babelfish</title>
<updated>2021-03-27T07:50:52Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-03-20T22:00:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=2ffb4c4fd0eaa7c2a6d75b2829c7a439a752b498'/>
<id>urn:sha1:2ffb4c4fd0eaa7c2a6d75b2829c7a439a752b498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docgen: when no description provided fallback to reading function from source</title>
<updated>2021-03-20T04:50:32Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-03-20T04:50:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0351d354e292d3016522081e8bca48215fba1341'/>
<id>urn:sha1:0351d354e292d3016522081e8bca48215fba1341</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docgen: fix if malformed json entries present</title>
<updated>2021-01-26T21:37:09Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-01-26T21:37:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=1fae1d7dc881b1e4d4c5afed4de3baa7cf47bc42'/>
<id>urn:sha1:1fae1d7dc881b1e4d4c5afed4de3baa7cf47bc42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove all installers and install logic</title>
<updated>2021-01-03T14:53:43Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2020-12-29T01:32:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=93c34311581ed9db125b1c41c87b8d3af7dc4c41'/>
<id>urn:sha1:93c34311581ed9db125b1c41c87b8d3af7dc4c41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate autogenerated readme from readme.md</title>
<updated>2020-12-20T20:48:16Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2020-12-18T22:01:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=f77d976a1f654f8ae65ecb48a9c0a3a67b8c1982'/>
<id>urn:sha1:f77d976a1f654f8ae65ecb48a9c0a3a67b8c1982</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docgen: add '-v' option to curl for debugging</title>
<updated>2020-11-15T06:42:17Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2020-11-15T06:42:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=30cb4bff66fac8b4af7e460a21c9862ce80a02f8'/>
<id>urn:sha1:30cb4bff66fac8b4af7e460a21c9862ce80a02f8</id>
<content type='text'>
docgen script sometimes fails at downloading language server phase.
But we can't know which language server's docgen phase was failed.
</content>
</entry>
<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>Merge pull request #238 from steelsojka/angular-ls</title>
<updated>2020-11-14T17:23:05Z</updated>
<author>
<name>Matthieu Coudron</name>
<email>mattator@gmail.com</email>
</author>
<published>2020-11-14T17:23:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=bd7127daf7129b0f81d44980825da54ec0461ebe'/>
<id>urn:sha1:bd7127daf7129b0f81d44980825da54ec0461ebe</id>
<content type='text'>
feat(angular-ls): add angular language service</content>
</entry>
<entry>
<title>doc #346</title>
<updated>2020-09-05T23:22:27Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2020-09-05T23:22:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=53f0c2d05475375c531494078bd30263fbe08b74'/>
<id>urn:sha1:53f0c2d05475375c531494078bd30263fbe08b74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(angular-ls): add angular language service</title>
<updated>2020-08-31T12:00:55Z</updated>
<author>
<name>Steven Sojka</name>
<email>steelsojka@gmail.com</email>
</author>
<published>2020-05-17T21:31:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e05328092a44fab977222ed44016aff3c1fa3861'/>
<id>urn:sha1:e05328092a44fab977222ed44016aff3c1fa3861</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add example for how to get path to log file to README</title>
<updated>2020-07-19T18:50:00Z</updated>
<author>
<name>Dheepak Krishnamurthy</name>
<email>me@kdheepak.com</email>
</author>
<published>2020-07-19T18:50:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=a4a2cb08d691be0efc95dd842bb06d9bae0da0ca'/>
<id>urn:sha1:a4a2cb08d691be0efc95dd842bb06d9bae0da0ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README.md to make lua block clearer to read</title>
<updated>2020-07-04T05:32:11Z</updated>
<author>
<name>Dheepak Krishnamurthy</name>
<email>me@kdheepak.com</email>
</author>
<published>2020-07-04T05:32:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=4a1c6fe84df744700426824d9b4bb9caaa62e4f2'/>
<id>urn:sha1:4a1c6fe84df744700426824d9b4bb9caaa62e4f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docgen: escape GitHub Flavored Markdown punctuation characters</title>
<updated>2020-06-13T05:33:47Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2020-06-13T05:05:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=50f3f48ea07aecbca53089193ce56b372609324c'/>
<id>urn:sha1:50f3f48ea07aecbca53089193ce56b372609324c</id>
<content type='text'>
https://github.github.com/gfm/#backslash-escapes
</content>
</entry>
<entry>
<title>test: add test runner script</title>
<updated>2020-05-19T10:43:47Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2020-05-19T10:43:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=fa9f76db81b21242e10dacf495a0bc365605e2e2'/>
<id>urn:sha1:fa9f76db81b21242e10dacf495a0bc365605e2e2</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>doc: spell out when :packadd is needed</title>
<updated>2020-05-05T15:45:46Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2020-05-05T14:42:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=293967a65091097aafcd2dbc71e9f56b8eb34b08'/>
<id>urn:sha1:293967a65091097aafcd2dbc71e9f56b8eb34b08</id>
<content type='text'>
https://github.com/neovim/nvim-lsp/issues/220
</content>
</entry>
<entry>
<title>doc</title>
<updated>2020-05-05T05:47:59Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2020-05-05T05:47:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=c021f48388d7e795bf84a590532aa75b7f9564f4'/>
<id>urn:sha1:c021f48388d7e795bf84a590532aa75b7f9564f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix small typo in README.md</title>
<updated>2020-04-09T13:30:17Z</updated>
<author>
<name>Thomas Versteeg</name>
<email>thomasversteeg@gmx.com</email>
</author>
<published>2020-04-09T13:30:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=5ab994d793d2965ce340dd2c1659ad97718f2561'/>
<id>urn:sha1:5ab994d793d2965ce340dd2c1659ad97718f2561</id>
<content type='text'>
</content>
</entry>
<entry>
<title>README_template.md: add how to override default_config</title>
<updated>2020-03-09T17:30:51Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2020-03-09T17:30:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=99951ea416d0ed45e259023b1296b4e12be726ae'/>
<id>urn:sha1:99951ea416d0ed45e259023b1296b4e12be726ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[fix] e.g</title>
<updated>2020-03-04T16:52:19Z</updated>
<author>
<name>kazukazuinaina</name>
<email>ypa.ypa.ypa.t@gmail.com</email>
</author>
<published>2020-03-04T16:52:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=3c45fe5c7baf8ee214588d0ebceb0f034430d99c'/>
<id>urn:sha1:3c45fe5c7baf8ee214588d0ebceb0f034430d99c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[add] vim-plug url in README_templete</title>
<updated>2020-03-04T11:54:52Z</updated>
<author>
<name>kazukazuinaina</name>
<email>ypa.ypa.ypa.t@gmail.com</email>
</author>
<published>2020-03-04T11:54:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=b667eae6c8ac61cc80b8f83083360a65a4689873'/>
<id>urn:sha1:b667eae6c8ac61cc80b8f83083360a65a4689873</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>docgen.lua: call require_all_configs() earlier</title>
<updated>2020-02-03T03:32:33Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2020-02-03T03:29:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=014c833dac5fcd72e2aa71576e4af1cd925803b1'/>
<id>urn:sha1:014c833dac5fcd72e2aa71576e4af1cd925803b1</id>
<content type='text'>
It is also needed by make_implemented_servers_list().
</content>
</entry>
<entry>
<title>docgen.lua: require() all configs</title>
<updated>2020-02-03T03:13:42Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2020-02-03T03:11:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=8734a26c3c138cd509f6eda4b5e9294902947ed2'/>
<id>urn:sha1:8734a26c3c138cd509f6eda4b5e9294902947ed2</id>
<content type='text'>
Since 6d380677502d, configs are lazy-loaded. So docgen.lua needs to
require() them explicitly.
</content>
</entry>
<entry>
<title>doc #108</title>
<updated>2020-01-31T10:20:41Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2020-01-31T10:20:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=4107425f5cb196482e3c237b4dcdafa816ce7d5b'/>
<id>urn:sha1:4107425f5cb196482e3c237b4dcdafa816ce7d5b</id>
<content type='text'>
- mention :packadd
- more renames</content>
</entry>
<entry>
<title>rename "skeleton" to "configs"</title>
<updated>2020-01-31T08:38:42Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2020-01-31T08:38:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=6c64dee4ed977bc777641aea4bf58b9cb4914bb8'/>
<id>urn:sha1:6c64dee4ed977bc777641aea4bf58b9cb4914bb8</id>
<content type='text'>
ref b487481e19ab
ref #100
</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>doc: Re - Emphasize dependency on Nvim HEAD/0.5 (#83)</title>
<updated>2019-12-27T10:02:35Z</updated>
<author>
<name>Hirokazu Hata</name>
<email>h.hata.ai.t@gmail.com</email>
</author>
<published>2019-12-27T10:02:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=faaa63515387b4b507bd56f9f709fdffc1664b20'/>
<id>urn:sha1:faaa63515387b4b507bd56f9f709fdffc1664b20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc</title>
<updated>2019-12-09T05:21:55Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-12-09T05:21:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=451be8416a5d0470823fd5374d4030f4a4d437b8'/>
<id>urn:sha1:451be8416a5d0470823fd5374d4030f4a4d437b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove Vimscript wrapper nvim_lsp#setup()</title>
<updated>2019-12-08T11:04:13Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-12-08T06:10:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=56192022b25bf8e71e84e80c6a0936efd88c2f2b'/>
<id>urn:sha1:56192022b25bf8e71e84e80c6a0936efd88c2f2b</id>
<content type='text'>
Lua is easy to use from Vimscript, there is no reason to have multiple
ways to work with nvim-lsp.

- massively clarifies the "story" that users need to comprehend
- reduces surface area, maintenance, tests
- avoids constant "Vim or Lua" dance in the documentation
- simplifies discussions, tutorials, etc.
- avoids confusing situation for users that start with Vimscript but
  later need Lua-only features
</content>
</entry>
<entry>
<title>Update README_template.md</title>
<updated>2019-11-26T14:31:22Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-26T14:31:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=f475e64b5021027918973c376ab8935f8f5a178f'/>
<id>urn:sha1:f475e64b5021027918973c376ab8935f8f5a178f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add retry logic to docgen. (#54)</title>
<updated>2019-11-26T14:28:55Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-26T14:28:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=a105d7f1e202d1b5808312a7858fd4b74365fb26'/>
<id>urn:sha1:a105d7f1e202d1b5808312a7858fd4b74365fb26</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>
<entry>
<title>Add workspace/didChangeConfiguration support. (#30)</title>
<updated>2019-11-21T18:55:03Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-21T18:55:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=05bf8ff7b7579e69d2178684770c49a30796e043'/>
<id>urn:sha1:05bf8ff7b7579e69d2178684770c49a30796e043</id>
<content type='text'>
- Add client.workspace_did_change_configuration()
- Notify settings on init.</content>
</entry>
<entry>
<title>Add package_json for pyls and update docgen (#32)</title>
<updated>2019-11-17T21:52:21Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-17T21:52:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0d30787a47b4f4d04d5a08fe6eadf309c8e055b7'/>
<id>urn:sha1:0d30787a47b4f4d04d5a08fe6eadf309c8e055b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix docs and add util.once (#31)</title>
<updated>2019-11-17T21:06:11Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-17T21:06:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=c1292d313ef81868ad829461bd6403106e80259e'/>
<id>urn:sha1:c1292d313ef81868ad829461bd6403106e80259e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor docgen and add package.json support (#29)</title>
<updated>2019-11-17T20:27:06Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-17T20:27:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=43c7040614dc9a4dfc77798dd00348e82b90d393'/>
<id>urn:sha1:43c7040614dc9a4dfc77798dd00348e82b90d393</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a template for README.md (#28)</title>
<updated>2019-11-17T17:58:52Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-17T17:58:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ac3df47ffd418b0f3aec49612d9862364820ed8d'/>
<id>urn:sha1:ac3df47ffd418b0f3aec49612d9862364820ed8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve docgen (#27)</title>
<updated>2019-11-17T17:32:11Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-17T17:32:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=483b8a2850d61c0fb4f02dcf09b873b4b26c6791'/>
<id>urn:sha1:483b8a2850d61c0fb4f02dcf09b873b4b26c6791</id>
<content type='text'>
- Automatically generate the `Implemented servers` section.
- Remove dependency on `cat`
- Provide scripts/docgen.sh which actually reports errors.</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>Texlab settings (#14)</title>
<updated>2019-11-15T22:03:28Z</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2019-11-15T22:03:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=45e81386045261d0e7dc236931d8231b2086d560'/>
<id>urn:sha1:45e81386045261d0e7dc236931d8231b2086d560</id>
<content type='text'>
* mark settings markdown as lua
* add complete set of (default) options for texlab</content>
</entry>
<entry>
<title>Add ElmLS (#9)</title>
<updated>2019-11-15T01:14:53Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-15T01:14:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0ccd248ef958a8d27e752952a880d004078b4ae9'/>
<id>urn:sha1:0ccd248ef958a8d27e752952a880d004078b4ae9</id>
<content type='text'>
- Initial add of elmLS support
- Removes unnecessary vim.schedule_wrap fn calls in elmls &amp; clangd impls
- Add automatic installation for elmls and update docs.
- Sort server output in the README.
- Add commands for elmls for buffer and globally.
- [bugfix] Skeleton could've tried to attach even if root_dir was nil

TODO: check for updates and warn the user if there are updates when an elm server is started.


Co-authored-by: Seth Messer &lt;seth.messer@gmail.com&gt;</content>
</entry>
<entry>
<title>Improve documentation and docgen command.</title>
<updated>2019-11-14T19:01:16Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-14T19:01:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=13c8ca22cab731a61963f52647949ad89287c096'/>
<id>urn:sha1:13c8ca22cab731a61963f52647949ad89287c096</id>
<content type='text'>
Also improve the recommended command for running docgen.
</content>
</entry>
<entry>
<title>Add initial support for python-language-server (#3)</title>
<updated>2019-11-14T18:46:50Z</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2019-11-14T18:46:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=9100b3af6e310561167361536fd162bbe588049a'/>
<id>urn:sha1:9100b3af6e310561167361536fd162bbe588049a</id>
<content type='text'>
* initial support for python-language-server
* put settings in documentation

also:
update docgen script
update setup call examples in README_preamble
</content>
</entry>
<entry>
<title>Clean up docs.</title>
<updated>2019-11-14T09:13:56Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-14T09:13:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=93c6e7381fb85a5f868d670a72584722bd981590'/>
<id>urn:sha1:93c6e7381fb85a5f868d670a72584722bd981590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename to nvim_lsp and nvim-lsp.</title>
<updated>2019-11-14T09:07:09Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-14T09:07:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=9666b63a70e28b1eef084489a44ea4b4bb4ae65a'/>
<id>urn:sha1:9666b63a70e28b1eef084489a44ea4b4bb4ae65a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use new skeleton. Add docs generator.</title>
<updated>2019-11-14T08:04:56Z</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-14T08:04:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=7fbe851feb26529434b64d8fb3a30f5bb01f180c'/>
<id>urn:sha1:7fbe851feb26529434b64d8fb3a30f5bb01f180c</id>
<content type='text'>
</content>
</entry>
</feed>
