diff options
| -rw-r--r-- | lsp/texlab.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/texlab.lua b/lsp/texlab.lua index 5636b031..c4be0bc0 100644 --- a/lsp/texlab.lua +++ b/lsp/texlab.lua @@ -164,7 +164,7 @@ end return { cmd = { 'texlab' }, filetypes = { 'tex', 'plaintex', 'bib' }, - root_markers = { '.git', '.latexmkrc', '.texlabroot', 'texlabroot', 'Tectonic.toml' }, + root_markers = { '.git', '.latexmkrc', 'latexmkrc', '.texlabroot', 'texlabroot', 'Tectonic.toml' }, settings = { texlab = { rootDirectory = nil, |
