summaryrefslogtreecommitdiff
path: root/support/texlab/src/server/options.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/src/server/options.rs')
-rw-r--r--support/texlab/src/server/options.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/src/server/options.rs b/support/texlab/src/server/options.rs
index fb7260ebf2..87f49691f0 100644
--- a/support/texlab/src/server/options.rs
+++ b/support/texlab/src/server/options.rs
@@ -160,7 +160,7 @@ impl From<Options> for Config {
LatexFormatter::Latexindent => Formatter::LatexIndent,
};
- config.formatting.tex_formatter = match value.bibtex_formatter {
+ config.formatting.bib_formatter = match value.bibtex_formatter {
BibtexFormatter::None => Formatter::Null,
BibtexFormatter::Texlab => Formatter::Server,
BibtexFormatter::Latexindent => Formatter::LatexIndent,