Vim + LaTeX

This page summarizes the projects mentioned and recommended in the original post on /r/vim

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. vimtex

    VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.

    In that blog post that is done using the vim plugin vimtex, which gives you syntax highlighting, indentation, etc, and also provides a way of automatically compiling your latex code into a PDF.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. zathura

    Document viewer

    Basically, you add vimtex as a plugin to vim, you configure it in your .vimrc file and specify things like which PDF viewer you want to use to view the output. In both the blog post and the github repo they use the PDF viewer zathura.

  4. ultisnips

    UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!

    Snipets or code completion can be done in a number of different ways, and how that is configured will depend on what method you use. In the blog he uses the vim plugin ultisnips. You'll find details on configuration for that in that link.

  5. dotfiles

    Personal dotfiles repo (by awelormro)

    The config is pretty symple, need something to navigate, something to autocomplete and something for tex, there are plenty of configs, but all of them shows vimtex as the playmaker for write latex with vim, for the autocompletion part you can use classics like youcompleteme, CoC or something pretty minimal like mucomplete, for snippets I highly recommend Ultisnips, pretty simple to configure, and pretty simple to write snippets, you can look in my vimtex configuration, my mucomplete config and my ultisnips config to have a complete suitable latex configuration, with this config you can write latex with ease and configure your latex using the shell-escape option to enable libraries like markdown or special functions for tikz and pgf. Good luck!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • VimTeX v2.5

    3 projects | /r/vim | 1 Jun 2021
  • UltiSnips – Snippet Solution for Vim

    3 projects | news.ycombinator.com | 16 Aug 2023
  • Help me set up vim for linting and a file tree please and some other stuff

    7 projects | /r/vim | 7 Oct 2022
  • Good plug-in for inserting snippets?

    3 projects | /r/vim | 3 Aug 2022
  • LaTeX मा नेपाली दस्तावेज टइपसेट गर्न सहयोग गर्ने प्याकेज https://github.com/pranphy/nepatex

    3 projects | /r/Nepal | 16 Feb 2022

Did you know that Python is
the 2nd most popular programming language
based on number of references?