texlab icon indicating copy to clipboard operation
texlab copied to clipboard

An implementation of the Language Server Protocol for LaTeX

Results 142 texlab issues
Sort by recently updated
recently updated
newest added

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.17.1 to 1.18.2. Changelog Sourced from insta's changelog. 1.18.2 Avoid the use of #[allow(unused)] in the macro. (#271) 1.18.1 Fixed a regression in the JSON serialization format...

dependencies
rust

Whenever I save a latex (.tex) file in neovim (stable, 0.7.2) with texlab running, the texlab instance crashes. The error message that it spits out when I set `RUST_BACKTRACE=full` is...

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.59 to 1.0.61. Release notes Sourced from anyhow's releases. 1.0.61 Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#252) 1.0.60 Propagate --target to rustc invocation...

dependencies
rust

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.142 to 1.0.143. Release notes Sourced from serde's releases. v1.0.143 Invert build.rs cfgs in serde_test to produce the most modern configuration in the default case (#2253, thanks...

dependencies
rust

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.20 to 0.4.21. Release notes Sourced from chrono's releases. 0.4.21 is a bugfix release that mainly fixes one regression from 0.4.20: Fall back to UTC in case...

dependencies
rust

I am using texlab 4.2.0 with Neovim 0.7.3. I enabled `texlab.build.onSave` with `latexmk`. However, the compilation errors do not get updated in the diagnostics after each save (and build), unless...

bug

Bumps [human_name](https://github.com/djudd/human-name) from 1.3.4 to 1.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=human_name&package-manager=cargo&previous-version=1.3.4&new-version=1.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
rust

I don't know your plans for texlab 3.0 (and I hesitate to put more on your plate), but would it make sense to add basic(!) static linting to `diagnostics` for...

enhancement

I'm trying to use latexindent with the option Modify Linebreaks and it doesn't work at all. The formatter works, just doesn't apply the option. I'm also not sure if it's...

enhancement

Csquotes has some very useful commands for quoting and citing, and the commands \textcquote \blockcquote (among others) all accept bib entries as keys, like ```latex \textcquote[⟨prenote⟩][⟨postnote⟩]{⟨key⟩}[⟨punct⟩]{⟨text⟩}⟨tpunct⟩ ``` or ```latex \begin{displaycquote}[⟨prenote⟩][⟨postnote⟩]{⟨key⟩}[⟨punct⟩]...

enhancement