<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/lua/lspconfig/configs/texlab.lua, branch v1.8.0</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-lspconfig/atom/lua/lspconfig/configs/texlab.lua?h=v1.8.0</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-lspconfig/atom/lua/lspconfig/configs/texlab.lua?h=v1.8.0'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/'/>
<updated>2025-01-22T13:23:26Z</updated>
<entry>
<title>docs: fix typo</title>
<updated>2025-01-22T13:23:26Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2025-01-22T13:13:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=cedf7952256b4f3a068f2cda6e4c425e12ed2344'/>
<id>urn:sha1:cedf7952256b4f3a068f2cda6e4c425e12ed2344</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: outdated references to 'lspconfig.ui.windows' #3454</title>
<updated>2024-11-25T13:48:01Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-11-25T13:48:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=27008519562f16453813c19dcc6ee97f505e0b1c'/>
<id>urn:sha1:27008519562f16453813c19dcc6ee97f505e0b1c</id>
<content type='text'>
Problem:
Some configs still reference 'lspconfig.ui.windows', which was removed
in e6569c18c21be5166e4b9cc7530e828b8285c84e.

Solution:
Remove the references.</content>
</entry>
<entry>
<title>fix: pass offset_encoding in some make params util functions(#3449)</title>
<updated>2024-11-24T00:57:50Z</updated>
<author>
<name>Rocky</name>
<email>yzhang.rocky@gmail.com</email>
</author>
<published>2024-11-24T00:57:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=022134a75c5189e87b0aef1c7e1db1921ec4073f'/>
<id>urn:sha1:022134a75c5189e87b0aef1c7e1db1921ec4073f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(texlab): clean commands function (#3430)</title>
<updated>2024-11-20T11:35:05Z</updated>
<author>
<name>glepnir</name>
<email>glephunter@gmail.com</email>
</author>
<published>2024-11-20T11:35:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=5d17f6c6deb938222cb03cc31f50549880ba2669'/>
<id>urn:sha1:5d17f6c6deb938222cb03cc31f50549880ba2669</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(texlab): use exec_cmd method in cleanArtifacts and cleanAuxiliary (#3428)</title>
<updated>2024-11-10T11:08:10Z</updated>
<author>
<name>Dimitris Dimitropoulos</name>
<email>dimitris.dimitropoulos00@gmail.com</email>
</author>
<published>2024-11-10T11:08:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=884d257d143b0d45bac586ad6ae2006ab6d097e2'/>
<id>urn:sha1:884d257d143b0d45bac586ad6ae2006ab6d097e2</id>
<content type='text'>
Problem: see #3426 and #3427</content>
</entry>
<entry>
<title>fix(texlab): use exec_cmd method (#3427)</title>
<updated>2024-11-10T10:33:39Z</updated>
<author>
<name>Dimitris Dimitropoulos</name>
<email>dimitris.dimitropoulos00@gmail.com</email>
</author>
<published>2024-11-10T10:33:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=210091e839b428ec539c24cec4813fc9366afa7f'/>
<id>urn:sha1:210091e839b428ec539c24cec4813fc9366afa7f</id>
<content type='text'>
Problem: vim.lsp.buf.execute_command has been deprecated in nightly
Solution: add version check of nvim and use client:exec_command for nightly version

---------

Co-authored-by: glepnir &lt;glephunter@gmail.com&gt;</content>
</entry>
<entry>
<title>fix(texlab): remove deprecated texlab.auxDirectory #3255</title>
<updated>2024-10-14T15:39:24Z</updated>
<author>
<name>Thibault de Villèle</name>
<email>25150288+Thibaulltt@users.noreply.github.com</email>
</author>
<published>2024-10-14T15:39:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=d0ea4cd5f3f082ac5646cb31e2bafc53f64a4792'/>
<id>urn:sha1:d0ea4cd5f3f082ac5646cb31e2bafc53f64a4792</id>
<content type='text'>
The configuration key 'texlab.auxDirextory' has been deprecated, in
favor of 'texlab.build.auxDir', mirroring the latexmkrc's auxDir
variable.
https://github.com/latex-lsp/texlab/wiki/Configuration#deprecated-texlabauxdirectory

texlab.build.auxDir has a default value of `.` in texlab if not explicitly set, or if the user has no `latexmkrc` file.
https://github.com/latex-lsp/texlab/wiki/Configuration#texlabbuildauxdirectory

</content>
</entry>
<entry>
<title>refactor: rename "server_configurations" =&gt; "configs" #3330</title>
<updated>2024-10-01T12:39:12Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-10-01T12:39:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=bedb2a0df105f68a624a49b867f269b6d55a2c89'/>
<id>urn:sha1:bedb2a0df105f68a624a49b867f269b6d55a2c89</id>
<content type='text'>
Problem:
The name `server_configurations` is extremely verbose and irritatingly
formal and dogmatic. This overlong name is a constant nuisance when
reading, writing, and coding.

It's also not even correct: these configurations are just as much
"client" configurations as they are "server" configurations.

Solution:
- Rename to a shorter name.
- Leave placeholder files for any old URLs that link to the old
  location.</content>
</entry>
</feed>
