10 Commits

Author SHA1 Message Date
Justin M. Keyes
abf6d190f2
docs: add deprecation notice to lua/lspconfig/configs #4189 2025-11-15 13:32:05 -08:00
Justin M. Keyes
96cfcfde42
refactor: deprecate get_active_client_by_name #3697 2025-04-05 17:17:35 -07:00
dundargoc
cedf795225 docs: fix typo 2025-01-22 14:23:26 +01:00
Justin M. Keyes
2700851956
fix: outdated references to 'lspconfig.ui.windows' #3454
Problem:
Some configs still reference 'lspconfig.ui.windows', which was removed
in e6569c18c21be5166e4b9cc7530e828b8285c84e.

Solution:
Remove the references.
2024-11-25 05:48:01 -08:00
Rocky
022134a75c
fix: pass offset_encoding in some make params util functions(#3449) 2024-11-24 08:57:50 +08:00
glepnir
5d17f6c6de
refactor(texlab): clean commands function (#3430) 2024-11-20 19:35:05 +08:00
Dimitris Dimitropoulos
884d257d14
fix(texlab): use exec_cmd method in cleanArtifacts and cleanAuxiliary (#3428)
Problem: see #3426 and #3427
2024-11-10 19:08:10 +08:00
Dimitris Dimitropoulos
210091e839
fix(texlab): use exec_cmd method (#3427)
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 <glephunter@gmail.com>
2024-11-10 18:33:39 +08:00
Thibault de Villèle
d0ea4cd5f3
fix(texlab): remove deprecated texlab.auxDirectory #3255
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
2024-10-14 08:39:24 -07:00
Justin M. Keyes
bedb2a0df1
refactor: rename "server_configurations" => "configs" #3330
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.
2024-10-01 05:39:12 -07:00