digestif VS texmagic.nvim

Compare digestif vs texmagic.nvim and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
digestif texmagic.nvim
5 3
242 53
- -
1.2 0.0
about 1 year ago almost 2 years ago
Lua Lua
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

digestif

Posts with mentions or reviews of digestif. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-30.
  • VimTeX v2.11
    1 project | /r/neovim | 25 Aug 2022
    1) I believe as a neovim user you have LSP configured, than try digestif. Note: it does not have builtin lspconfig configuration, adding support for digestif is an excercise for the reader ;) Here is some help: lspconfig contribution section
  • AUCTeX vs. LSP (Digestif vs. TexLab)
    2 projects | /r/emacs | 30 Apr 2022
    AUCTeX and cdlatex are tried and tested packages in supporting the composition of TeX-documents. However, with the advent of LSP-servers, like TexLab and digestif, there is another (viable?) option to compose TeX-documents.
  • Does anyone have idea of how to setup Latex language server for lsp-mode?
    1 project | /r/emacs | 9 Feb 2022
    I’ve tried to follow instructions from digestif (https://github.com/astoff/digestif) but it didn’t work.
  • Structural LaTeX Editing
    2 projects | /r/emacs | 25 Oct 2021
    The Digestif language server simulates the TeX parsing in a reasonably accurate way, and internally it computes a kind of parse tree. But it doesn't implement all of the LSP editing features, even though this should be a comparatively easy part of the story.
  • Ann Amsreftex
    1 project | /r/emacs | 17 Jan 2021
    FWIW, the Digestif language server (https://github.com/astoff/digestif) also supports amsrefs.

texmagic.nvim

Posts with mentions or reviews of texmagic.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-24.
  • Lua plugin for writing latex like vimtex?
    4 projects | /r/neovim | 24 Apr 2022
    If you go the LSP route, just FYI, I have a small plug-in called TeXMagic that enhances the functionality of TexLab in one particular way: currently with TexLab you must specify a build engine globally and must edit this global build engine every time you need a different build engine for a different project. My plug-in will help you define any number of arbitrarily-named build engines that you can call in a magic comment (e.g. %! TEX program = dvipspdf) and will pass your requested build engine to TexLab if you point the build key in the TexLab lspconfig table to the global variable my plug-in initializes.
  • [plugin] nvim_texlabconfig: Forward and Inverse Search with Texlab
    3 projects | /r/neovim | 14 Mar 2022
    Hi! I made a small plug-in a while ago to augment a small bit of Texlab’s functionality (pass info from magic comments into Texlab’s compiler config settings). Is this functionality something you’d be interested in including in your plug-in? (See https://github.com/jakewvincent/texmagic.nvim)
  • TeXMagic.nvim (new plugin for defining LaTeX build engines referenced in magic comments)
    2 projects | /r/neovim | 14 Jun 2021
    I wrote this because I had started setting up my workflow in Neovim 0.5.0 and wanted to use the TexLab LSP server with Neovim's LSP client. TexLab has a build service but only provides for a single user-defined build engine (without hacks). TeXMagic.nvim provides a global variable with which you can value the build key in your TexLab config. The variable references a table which is selected by finding the program/build engine name (provided in a magic comment) in either the default latexmk build engines (pdflatex, xelatex, or dvipspdf) or a user-defined build engine.

What are some alternatives?

When comparing digestif and texmagic.nvim you can also consider the following projects:

texlab - An implementation of the Language Server Protocol for LaTeX

knap - Neovim plugin for creating live-updating-as-you-type previews of LaTeX, markdown, and other files in the viewer of your choice.

paredit-everywhere - Enable some paredit features in non-lisp buffers

nvim-typora - Bindings for Typora's Markdown in Neovim

nvim-lsp-installer - Further development has moved to https://github.com/williamboman/mason.nvim!

lua-language-server - A language server that offers Lua language support - programmed in Lua

nvim-texlabconfig - nvim-texlabconfig: Forward and Inverse Search for Texlab and neovim

lua-lsp - A Lua language server

nvim-lspconfig - Quickstart configs for Nvim LSP

publisher - speedata Publisher - a professional database Publishing system

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