Closed swarnendubiswas closed 4 years ago
@swarnendubiswas Thanks for your telling me that.
Now you can use lsp-latex
, running lsp
on buffer with bibtex-mode
.
Or add to your init.el:
(with-eval-after-load "bibtex"
(add-hook 'bibtex-mode-hook 'lsp))
@swarnendubiswas If you cannot turn on lsp-latex on bibtex, please reopen this issue.
@ROCKTAKEY Thanks it works.
It seems
texlab
supports formatting.bib
files. How can we use/invoke that functionality withlsp-latex
? My.bib
files open inbibtex-mode
.