diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-08-09 19:47:16 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-08-09 19:47:16 +0000 |
| commit | d6dc63670d3dc5204b1e874af4cbf340cb5d9d18 (patch) | |
| tree | 246f3ac28d5f365a1888c88aa205da55212eee85 | |
| parent | fix(texlab): adapt commands to fit 0.11+ #3991 (diff) | |
| download | nvim-lspconfig-d6dc63670d3dc5204b1e874af4cbf340cb5d9d18.tar nvim-lspconfig-d6dc63670d3dc5204b1e874af4cbf340cb5d9d18.tar.gz nvim-lspconfig-d6dc63670d3dc5204b1e874af4cbf340cb5d9d18.tar.bz2 nvim-lspconfig-d6dc63670d3dc5204b1e874af4cbf340cb5d9d18.tar.lz nvim-lspconfig-d6dc63670d3dc5204b1e874af4cbf340cb5d9d18.tar.xz nvim-lspconfig-d6dc63670d3dc5204b1e874af4cbf340cb5d9d18.tar.zst nvim-lspconfig-d6dc63670d3dc5204b1e874af4cbf340cb5d9d18.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index bf89c323..544edb3b 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -11783,7 +11783,7 @@ Default config: ```lua { "tex", "plaintex", "bib" } ``` -- `on_attach`: [../lsp/texlab.lua:164](../lsp/texlab.lua#L164) +- `on_attach`: [../lsp/texlab.lua:140](../lsp/texlab.lua#L140) - `root_markers` : ```lua { ".git", ".latexmkrc", "latexmkrc", ".texlabroot", "texlabroot", "Tectonic.toml" } diff --git a/doc/configs.txt b/doc/configs.txt index 236c7c51..60665e84 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -8712,7 +8712,7 @@ Default config: { "texlab" } - filetypes: >lua { "tex", "plaintex", "bib" } -- on_attach (use "gF" to view): ../lsp/texlab.lua:164 +- on_attach (use "gF" to view): ../lsp/texlab.lua:140 - root_markers: >lua { ".git", ".latexmkrc", "latexmkrc", ".texlabroot", "texlabroot", "Tectonic.toml" } - settings: >lua |
