Skip to content

Option/vimtex#1224

Open
mugaizzo wants to merge 7 commits intoNotAShelf:v0.8from
mugaizzo:option/vimtex
Open

Option/vimtex#1224
mugaizzo wants to merge 7 commits intoNotAShelf:v0.8from
mugaizzo:option/vimtex

Conversation

@mugaizzo
Copy link
Copy Markdown

Adds support for plugin VimTeX under vim.latex.vimtex with one enable option.

VimTeX is used to live edit LaTeX files with previews. VimTeX configuration is under vim.globals.vimtex_OPTION

Sanity Checking

  • I have updated the changelog as per my changes
  • I have tested, and self-reviewed my code
  • My changes fit guidelines found in hacking nvf
  • Style and consistency
    • I ran Alejandra to format my code (nix fmt)
    • My code conforms to the editorconfig configuration of the project
    • My changes are consistent with the rest of the codebase
  • If new changes are particularly complex:
    • My code includes comments in particularly complex areas
    • I have added a section in the manual
    • (For breaking changes) I have included a migration guide
  • Package(s) built:
    • .#nix (default package)
    • .#maximal
    • .#docs-html (manual, must build)
    • .#docs-linkcheck (optional, please build if adding links)
  • Tested on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin

Add a 👍 reaction to pull requests you find important.

@github-actions
Copy link
Copy Markdown

🚀 Live preview deployed from 0947052

View it here:

Debug Information

Triggered by: mugaizzo

HEAD at: option/vimtex

Reruns: 1567

@mugaizzo mugaizzo changed the base branch from main to v0.8 November 16, 2025 23:48
@github-actions github-actions bot deleted the branch NotAShelf:v0.8 March 1, 2026 05:13
@snoweuph
Copy link
Copy Markdown
Collaborator

We've just recently added languages.tex support into the main branch.
We generaly don't use plugins that manage the LSP.

Plugins that add languages specific extra can be added under languages.<name> .extensions, as long as they don't try to manage the LSP.
We did this for example with crates.nvim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants