Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ROCKTAKEY committed Mar 16, 2024
1 parent 11935eb commit c1371f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsp-latex.el
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,8 @@ should be vector."
("texlab.diagnosticsDelay" lsp-latex-diagnostics-delay)
("texlab.diagnostics.allowedPatterns" ,(apply-partially #'lsp-latex--getter-vectorize-list 'lsp-latex-diagnostics-allowed-patterns))
("texlab.diagnostics.ignoredPatterns" ,(apply-partially #'lsp-latex--getter-vectorize-list 'lsp-latex-diagnostics-ignored-patterns))
("texlab.symbol.allowedPatterns" ,(apply-partially #'lsp-latex--getter-vectorize-list 'lsp-latex-symbol-allowed-patterns))
("texlab.symbol.ignoredPatterns" ,(apply-partially #'lsp-latex--getter-vectorize-list 'lsp-latex-symbol-ignored-patterns))
("texlab.formatterLineLength" lsp-latex-bibtex-formatter-line-length)
("texlab.bibtexFormatter" lsp-latex-bibtex-formatter)
("texlab.latexFormatter" lsp-latex-latex-formatter)
Expand Down

0 comments on commit c1371f8

Please sign in to comment.