vimtex VS neovim

Compare vimtex vs neovim and see what are their differences.

vimtex

VimTeX: A modern Vim and neovim filetype plugin for LaTeX files. (by lervag)

neovim

Vim-fork focused on extensibility and usability (by neovim)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
vimtex neovim
94 1382
5,120 76,029
- 2.2%
8.9 10.0
16 days ago 6 days ago
TeX Vim Script
MIT License GNU General Public License v3.0 or later
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.

vimtex

Posts with mentions or reviews of vimtex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-10.
  • My uses for vimwiki have dried up... and it makes me a little sad
    3 projects | /r/vim | 10 Jun 2023
    I use vimwiki almost daily, but it's not professional use, just daily notes and organizing my life. I started using zim but I found I really missed writing/editing with vim. Then I found vimwiki. There are things I'm not super happy about with it. I saw that /u/lervag (love his vimtex plugin) released a wiki plugin and I was/am interested in it, but I have so much in my wiki right now that I don't want to deal with conversion issues.
  • I like Tabasco.
    5 projects | /r/linuxmasterrace | 6 May 2023
    I do think VSCode is a great tool and I recommend it frequently to people, but I still want to set the record straight here. Yes, vim is obviously limited in the sense that as a CLI app it doesn't draw it's own PDF or HTML windows, that's fair. But it can remote control your favorite PDF viewer or browser for roughly the same functionality. I'm currently writing my thesis using vimtex and it's quite smooth. And all the other stuff you mention is implemented quite competently by various plugins like vim-fugitive, coc.nvim, vimspector and copilot.vim.
  • What are all the accepted "inner" motion arguments?
    6 projects | /r/vim | 25 Mar 2023
    Some language-specific plugins like vimtex also include their own text objects.
  • [VimTeX] vim on mac lags when trying to use includegraphics[]{} for attaching image to a .tex file
    2 projects | /r/vim | 26 Feb 2023
    I am new to Vim and LaTeX, but I'm trying to learn both at the same time so I started using VimTeX to edit .tex files on MacVim. I got almost everything working now (vimtex itself, zathura, autocomplete, etc.), but one thing. And that is Vim won't respond for a while whenever I try to include an image using \includegraphics[]{} from \usepackage{graphicx}. By typing so, MacVim will request permission to access several folders but then hangs from there for like at least 10 minutes while my computer gets super hot and fans kick on loudly like it's doing something heavy in the background.
    2 projects | /r/vim | 26 Feb 2023
    I would post an issue on the VimTeX Github page: https://github.com/lervag/vimtex/issues. That way you might also get help to disable the possible indexing. I have also needed to disable project file scanning to stop Vim from hanging, when pressing Ctrl + N to perform simple auto-complete.
  • Which vim plugins do not have a lua equivalent yet?
    23 projects | /r/neovim | 18 Feb 2023
    Absolutely VimTeX
  • Vim + LaTeX
    4 projects | /r/vim | 11 Feb 2023
    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.
  • PdfAnnots in Lua
    2 projects | /r/neovim | 6 Feb 2023
    Amazing! Here is the issue #2631.
    2 projects | /r/neovim | 6 Feb 2023
    I mostly use NeoVim to write LaTeX documents and was grateful to have u/lervag's help setting up PdfAnnots so that when hovering over a citation, I can run PdfAnnots on the associated pdf for that citation. Here is the Vimscript that he came up with: ``` function PdfAnnots() abort try let infile = vimtex#context#get().handler.get_actions().entry.file catch /E121/ echo "No file found" return endtry
  • [HELP] Configuring Vim-tex in NvChad config
    4 projects | /r/neovim | 6 Feb 2023
    Hi, I've been trying to configure vim-tex working on the NvChad configs. I got the :VimtexCompile working and giving me output pdf. But the usual ll is giving me these errors. Also in vim {{ would expand to \left{ \right}. It's not working with NeoVim. I'm using LuaSnip with friendly-snippets with the default config in NvChad.

neovim

Posts with mentions or reviews of neovim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-16.

What are some alternatives?

When comparing vimtex and neovim you can also consider the following projects:

vim9 - An experimental fork of Vim, exploring ways to make Vim script faster and better.

helix - A post-modern modal text editor.

neovide - No Nonsense Neovim Client in Rust

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

AstroVim - AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins [Moved to: https://github.com/AstroNvim/AstroNvim]

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

vim-polyglot - A solid language pack for Vim.

pylance-release - Documentation and issues for Pylance

neovim-qt - Neovim client library and GUI, in Qt5.

vim-visual-multi - Multiple cursors plugin for vim/neovim

FiraCode - Free monospaced font with programming ligatures

intellij-lsp-server - Exposes IntelliJ IDEA features through the Language Server Protocol.