<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/lua/lspconfig/texlab.lua, branch dependabot/github_actions/JohnnyMorganz/stylua-action-5</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-lspconfig/atom/lua/lspconfig/texlab.lua?h=dependabot%2Fgithub_actions%2FJohnnyMorganz%2Fstylua-action-5</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-lspconfig/atom/lua/lspconfig/texlab.lua?h=dependabot%2Fgithub_actions%2FJohnnyMorganz%2Fstylua-action-5'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/'/>
<updated>2021-11-26T04:46:21Z</updated>
<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>fix(texlab): add language-specific root marker (#1441)</title>
<updated>2021-11-18T13:32:08Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2021-11-18T13:32:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=93c0512fa0ff07e557a613d7d3e54a3afb944e7e'/>
<id>urn:sha1:93c0512fa0ff07e557a613d7d3e54a3afb944e7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add single file mode (#1385)</title>
<updated>2021-11-11T09:00:24Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-11-11T09:00:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0d1ce78d231773046320caa45fe1a18dfa366761'/>
<id>urn:sha1:0d1ce78d231773046320caa45fe1a18dfa366761</id>
<content type='text'>
* This adds a "single file mode" option for each language server
* Currently, if a root is not detected, a new language server is started
  for each file opened.
* Root directory is set to `nil` in start_client. Some servers will
  refuse to start, or otherwise panic. This is opt-in per server.
* Some servers, such as rust-analyzer, explicitly have a "single file
  mode", we will not support that until it is officially part of the LSP
  specification

Co-authored-by: Peter Lithammer &lt;peter.lithammer@gmail.com&gt;</content>
</entry>
<entry>
<title>fix: add compat shim for handler change in core (#1248)</title>
<updated>2021-09-10T08:10:18Z</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-09-10T08:10:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=38e489a12e991e0dd762de1adac976920fb438b5'/>
<id>urn:sha1:38e489a12e991e0dd762de1adac976920fb438b5</id>
<content type='text'>
Add a compatibility shim to `util.lua` adapting to change in handler signature
and use it where needed.

(Skip `rust-analyzer` and `denols` since their requests don't use handlers.)</content>
</entry>
<entry>
<title>fix(texlab): update to handler signature change (#1240)</title>
<updated>2021-09-09T19:01:01Z</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-09-09T19:01:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=59d3e6dffc2e928bdb6e5bf46502f9899708251a'/>
<id>urn:sha1:59d3e6dffc2e928bdb6e5bf46502f9899708251a</id>
<content type='text'>
* fix(texlab): update to handler signature change

Update the handlers for `textDocument/build` and `textDocument/forwardSearch`
to the upstream breaking signature change.
</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: standardize arg on fname in root (#1176)</title>
<updated>2021-08-24T13:43:56Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-08-24T13:43:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=b3cf75d2e6a5f97bcd68ba3c0f7198b039a97cbd'/>
<id>urn:sha1:b3cf75d2e6a5f97bcd68ba3c0f7198b039a97cbd</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>feat(texlab): update options to 3.2.0</title>
<updated>2021-06-27T16:21:30Z</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-06-03T09:07:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=1e5bc01171bfc53cee38b6823e14ffda807ccbc7'/>
<id>urn:sha1:1e5bc01171bfc53cee38b6823e14ffda807ccbc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix link for texlab</title>
<updated>2021-05-30T17:39:26Z</updated>
<author>
<name>Mario</name>
<email>quiniasol@hotmail.com</email>
</author>
<published>2021-05-30T17:39:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=8dc8ae9eabb0d292086279df6fa533b2c845c032'/>
<id>urn:sha1:8dc8ae9eabb0d292086279df6fa533b2c845c032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update texlab options to v3.0.0</title>
<updated>2021-05-16T21:11:57Z</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-05-16T21:11:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=b6747766eff5bd4c1b931c806a286c1a7d171945'/>
<id>urn:sha1:b6747766eff5bd4c1b931c806a286c1a7d171945</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start texlab in file's current working directory</title>
<updated>2021-03-20T04:49:48Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-03-20T04:49:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=772975591651956faf7502a8def1895b0d220ab2'/>
<id>urn:sha1:772975591651956faf7502a8def1895b0d220ab2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>texlab: add %f to settings.latex.build.args</title>
<updated>2021-01-03T22:47:31Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-01-03T22:47:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=6b7a478b9b2284e1b6a48221ea06b44580c2f0a8'/>
<id>urn:sha1:6b7a478b9b2284e1b6a48221ea06b44580c2f0a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove workaround for missing workDoneProgress/create handler</title>
<updated>2021-01-01T01:12:37Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2020-12-30T08:24:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=63c4436fa063f43707b051c54946a5949ad97cae'/>
<id>urn:sha1:63c4436fa063f43707b051c54946a5949ad97cae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix texlab crash due to workDoneProgress callback</title>
<updated>2020-12-29T23:42:46Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2020-12-29T23:41:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=13bc3a40ce6c0376d3ea39d250226e679da08d3b'/>
<id>urn:sha1:13bc3a40ce6c0376d3ea39d250226e679da08d3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use forward search status</title>
<updated>2020-11-22T19:40:08Z</updated>
<author>
<name>Gian12315</name>
<email>giancarlo.cytro@gmail.com</email>
</author>
<published>2020-11-22T19:40:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ae0a87e8d8ffc1dd4389782db39956a9b0a22d09'/>
<id>urn:sha1:ae0a87e8d8ffc1dd4389782db39956a9b0a22d09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented forward search</title>
<updated>2020-11-22T18:48:46Z</updated>
<author>
<name>Gian12315</name>
<email>giancarlo.cytro@gmail.com</email>
</author>
<published>2020-11-22T18:48:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=cfbd9c232324acc092fb49c7a11fec4ef0739427'/>
<id>urn:sha1:cfbd9c232324acc092fb49c7a11fec4ef0739427</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added command</title>
<updated>2020-11-22T03:33:01Z</updated>
<author>
<name>Gian12315</name>
<email>giancarlo.cytro@gmail.com</email>
</author>
<published>2020-11-22T03:33:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=7f0cff1c0a29ba65bc9a7d7f77b57fd31d325d8f'/>
<id>urn:sha1:7f0cff1c0a29ba65bc9a7d7f77b57fd31d325d8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tring to implement forward search</title>
<updated>2020-11-22T03:27:55Z</updated>
<author>
<name>Gian12315</name>
<email>giancarlo.cytro@gmail.com</email>
</author>
<published>2020-11-22T03:27:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0bdefd4b56c1c66c7316c67972e3406162c6f5e9'/>
<id>urn:sha1:0bdefd4b56c1c66c7316c67972e3406162c6f5e9</id>
<content type='text'>
</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>
</feed>
