aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig
diff options
context:
space:
mode:
authorThibault de Villèle <25150288+Thibaulltt@users.noreply.github.com>2024-10-14 17:39:24 +0200
committerGitHub <noreply@github.com>2024-10-14 08:39:24 -0700
commitd0ea4cd5f3f082ac5646cb31e2bafc53f64a4792 (patch)
treeee0ee858322782e47f4705f1d424f956e221525c /lua/lspconfig
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-d0ea4cd5f3f082ac5646cb31e2bafc53f64a4792.tar
nvim-lspconfig-d0ea4cd5f3f082ac5646cb31e2bafc53f64a4792.tar.gz
nvim-lspconfig-d0ea4cd5f3f082ac5646cb31e2bafc53f64a4792.tar.bz2
nvim-lspconfig-d0ea4cd5f3f082ac5646cb31e2bafc53f64a4792.tar.lz
nvim-lspconfig-d0ea4cd5f3f082ac5646cb31e2bafc53f64a4792.tar.xz
nvim-lspconfig-d0ea4cd5f3f082ac5646cb31e2bafc53f64a4792.tar.zst
nvim-lspconfig-d0ea4cd5f3f082ac5646cb31e2bafc53f64a4792.zip
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
Diffstat (limited to 'lua/lspconfig')
-rw-r--r--lua/lspconfig/configs/texlab.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lspconfig/configs/texlab.lua b/lua/lspconfig/configs/texlab.lua
index 7f039f52..c1a57579 100644
--- a/lua/lspconfig/configs/texlab.lua
+++ b/lua/lspconfig/configs/texlab.lua
@@ -167,7 +167,6 @@ return {
onSave = false,
forwardSearchAfter = false,
},
- auxDirectory = '.',
forwardSearch = {
executable = nil,
args = {},