diff options
| -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 |
