diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-30 11:15:16 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-30 11:15:16 +0000 |
| commit | cd8ab8007d87cb80cf35ed5748bdb9fe543450f8 (patch) | |
| tree | cb3a8caf91f832e46a75b34c21abe3002217805b /doc | |
| parent | fix(texlab): add "latexmkrc" root marker for Latexmk projects #3810 (diff) | |
| download | nvim-lspconfig-cd8ab8007d87cb80cf35ed5748bdb9fe543450f8.tar nvim-lspconfig-cd8ab8007d87cb80cf35ed5748bdb9fe543450f8.tar.gz nvim-lspconfig-cd8ab8007d87cb80cf35ed5748bdb9fe543450f8.tar.bz2 nvim-lspconfig-cd8ab8007d87cb80cf35ed5748bdb9fe543450f8.tar.lz nvim-lspconfig-cd8ab8007d87cb80cf35ed5748bdb9fe543450f8.tar.xz nvim-lspconfig-cd8ab8007d87cb80cf35ed5748bdb9fe543450f8.tar.zst nvim-lspconfig-cd8ab8007d87cb80cf35ed5748bdb9fe543450f8.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -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 = { |
