tbdcit
tbdcit
> I'm thinking about providing API to get titles, because supporting many plugins it not easy. I think this could be a very good solution. I noticed that the plugin...
I am having the same issue. As a temporary fix is it possible to get company to not suggest snippets in latex mode?
Perhaps with is a separate bug, but evaluating ``` (set-company-backend! 'latex-mode '(company-capf company-dabbrev company-yasnippet)) ``` has no effect.
> One method worked for me was to switch the lsp integration from lsp-mode to eglot. Do you have working configuration for `texlab` + `eglot`? I have not worked out...
`textDocument/build` and `textDocument/forwardSearch` are custom messages which can be sent to the language server to compile the tex file and to perform forward search with `synctex`. I rely on the...
I am having this issue as well on MacOS even though `ghostscript` is installed and linked correctly.