mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2026-05-08 10:06:10 +02:00
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
This commit is contained in:
parent
a6d018546c
commit
d0ea4cd5f3
@ -167,7 +167,6 @@ return {
|
||||
onSave = false,
|
||||
forwardSearchAfter = false,
|
||||
},
|
||||
auxDirectory = '.',
|
||||
forwardSearch = {
|
||||
executable = nil,
|
||||
args = {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user