-
May I suggest that
```
["`", "'"]
```
ia added in both `"autoClosingPairs":` and `"surroundingPairs":` of `latex.json`? One often needs to insert latex-style quotes, and this would be very helpful…
-
I can no longer build the output with `lsp-latex-build`. I have a `latexmkrc` file in the project and I can build from the CLI with `latexmk`. However, `lsp-latex-build` shows `Build was succeeded.` a…
-
### How to reproduce the problem from neovim startup
I use the YANG language server and, since it is not natively supported here, I have added custom configuration for it following the pattern …
-
Hi! Thanks for your maintenance!
After textDocument/build was sent from the Emacs lsp-latex, texlab executable returned status 0, even though latexmk compiled nothing. Log is below.
Please see lin…
-
### Problem description
1. Fresh install
2. Run :PackerCompile and :PackerInstall
3. Open a tex file with "_" and "^"
I have installed fresh and treesitter (?) seems to be having a tantrum. The…
-
Saving my latex-file cleared out all its contents. I'm using nvim-lspconfig and nvim-lspinstall with default config.
I did upgrade to nvim-lspinstall today, so that might have something to do with it…
-
Hi , I am using vim-lsc and texlab (the precompiled one,last version), on quitting files , I get this error.
https://imgur.com/a/mzanLLI
Sorry about the pic , but can't seem to copy and paste th…
-
According to the protocol, the server may only respond to `textDocument/completion` request with snippets (indicated with `insertTextFormat == 2`) if the client had claimed snippet support in the init…
-
After defining a label `a`, and type `\ref{}` in vscode, texlab should pop up a completion window with the label `a` in it (see the figure below).
![image](https://user-images.githubusercontent.co…
-
In a lot of languages, it's going to be common that there will be longer signatures. For example, when using Scala, it's not uncommon to trigger a hover request on something that has a half dozen para…