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 60b4f315..115c3e09 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -11321,7 +11321,7 @@ Default config: - `on_attach`: [../lsp/texlab.lua:164](../lsp/texlab.lua#L164) - `root_markers` : ```lua - { ".git", ".latexmkrc", ".texlabroot", "texlabroot", "Tectonic.toml" } + { ".git", ".latexmkrc", "latexmkrc", ".texlabroot", "texlabroot", "Tectonic.toml" } ``` - `settings` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index 8486e5a6..c9c8a125 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -8355,7 +8355,7 @@ Default config: { "tex", "plaintex", "bib" } - on_attach (use "gF" to view): ../lsp/texlab.lua:164 - root_markers: >lua - { ".git", ".latexmkrc", ".texlabroot", "texlabroot", "Tectonic.toml" } + { ".git", ".latexmkrc", "latexmkrc", ".texlabroot", "texlabroot", "Tectonic.toml" } - settings: >lua { texlab = { |
