BibLaTeX globbing patterns (\addbibresource[glob]{}
) do not seem to read the .bib
files under nvim
#1125
Labels
enhancement
New feature or request
I'm currently using
nvim
withtexlab
to write a paper using theacmart
document class.Here is my main file:
And here is the relevant part of my
preamble.tex
file:However, whenever I use a
\{paren|text}cite
command, texlab highlights the citation as an error, with the following message:Even though I know the
foo
key is present in my bibliography files, and the latex files get compiled to a final PDF without issues.Here are my texlab settings (in Lua, since I'm using
nvim[-lspconfig]
):Any intuition what might prevent texlab from parsing my bib files?
The text was updated successfully, but these errors were encountered: