diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-14 15:39:35 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-14 15:39:35 +0000 |
| commit | 7c4d0f77b8323ff679010706292e5caa4a13d8e6 (patch) | |
| tree | 82f745d8c5c5a503a3528329a8236fc334f56266 /doc | |
| parent | fix(texlab): remove deprecated texlab.auxDirectory #3255 (diff) | |
| download | nvim-lspconfig-7c4d0f77b8323ff679010706292e5caa4a13d8e6.tar nvim-lspconfig-7c4d0f77b8323ff679010706292e5caa4a13d8e6.tar.gz nvim-lspconfig-7c4d0f77b8323ff679010706292e5caa4a13d8e6.tar.bz2 nvim-lspconfig-7c4d0f77b8323ff679010706292e5caa4a13d8e6.tar.lz nvim-lspconfig-7c4d0f77b8323ff679010706292e5caa4a13d8e6.tar.xz nvim-lspconfig-7c4d0f77b8323ff679010706292e5caa4a13d8e6.tar.zst nvim-lspconfig-7c4d0f77b8323ff679010706292e5caa4a13d8e6.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 1 | ||||
| -rw-r--r-- | doc/configs.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index 17a35201..3ee752da 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -12518,7 +12518,6 @@ require'lspconfig'.texlab.setup{} ```lua { texlab = { - auxDirectory = ".", bibtexFormatter = "texlab", build = { args = { "-pdf", "-interaction=nonstopmode", "-synctex=1", "%f" }, diff --git a/doc/configs.txt b/doc/configs.txt index 17a35201..3ee752da 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -12518,7 +12518,6 @@ require'lspconfig'.texlab.setup{} ```lua { texlab = { - auxDirectory = ".", bibtexFormatter = "texlab", build = { args = { "-pdf", "-interaction=nonstopmode", "-synctex=1", "%f" }, |
