vimtex VS kakoune

Compare vimtex vs kakoune and see what are their differences.

vimtex

VimTeX: A modern Vim and neovim filetype plugin for LaTeX files. (by lervag)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
vimtex kakoune
94 110
5,138 9,571
- -
8.9 9.7
7 days ago 5 days ago
TeX C++
MIT License The Unlicense
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.
  • VimTeX 2.14
    1 project | /r/neovim | 18 Jul 2023
    The full changelog is here: https://github.com/lervag/vimtex/releases/tag/v2.14.
  • setting up vimtex in nvchad
    1 project | /r/neovim | 20 Jun 2023
    Feel free to open an issue on GitHub. Please take care to fill in the issue template; it's meant to help you provide useful details that make it easier for me to give a useful answer.
  • 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.
  • Note Taking Applications, Beyond the Doc
    1 project | /r/berkeley | 31 May 2023
    Definitely get vimtex and set it up so you can view the compiled document in one window, and your notes in the other. Get used to vim a bit with some vim tutorial (there are a bunch out there), and have latex shortcuts you use in all your documents.
  • 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.
  • Is there a way to render advanced latex on Obsidian?
    1 project | /r/ObsidianMD | 4 May 2023
    Obsidian is limited by its use of markdown files. You can use Overleaf, Vimtex, or LaTeX workshop on VS Code to render your tex documents.
  • [Latex] NVIM, VIM-TEX - Latexrun n'est pas exécutable!
    1 project | /r/enfrancais | 19 Apr 2023
  • 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 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

kakoune

Posts with mentions or reviews of kakoune. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.
  • Multi-cursor code editing: An animated introduction
    4 projects | news.ycombinator.com | 19 Apr 2024
  • Helix: Release 24.03 Highlights
    5 projects | news.ycombinator.com | 30 Mar 2024
    Helix's modal editing is based on Kakoune's modal editing which is like an evolution to Vim's modal editing. You can think of it as being always in selection (visual) mode. https://github.com/mawww/kakoune?tab=readme-ov-file#selectio...
  • Kakoune
    1 project | news.ycombinator.com | 27 Jan 2024
  • Kakoune Code Editor
    1 project | news.ycombinator.com | 3 Nov 2023
  • A tutorial for the Sam command language (1986) [pdf]
    5 projects | news.ycombinator.com | 20 Oct 2023
    And while it doesn’t use the sam language precisely, I think in the broader “postfix Vi with visual feedback” category Kakoune[1] also warrants mentioning. The command language, in my experience, feels much more logical than that of Vis coming from a blank slate (things might be different if you come from Vim, but even when I used Vim regularly I never used the editing language that much exactly because I could never remember the damn thing).

    And having mentioned Kakoune it’d probably be unfair to then not mention Helix[2]. It has a very similar editing language, but it’s a fairly anti-Unix everything-bolted-in affair on the inside (“everything works out of the box” being the advertising take) compared to Kakoune’s Acme-inspired no-scripting scripting (there’s an ex-style command to exec a user program that can then drive the editor over stdio RPC, a set of hooks, and that’s it). So if you’ve come for the Plan 9 feels, I don’t expect Helix to be that appealing. It’s still a good editor, nevertheless.

    [1] https://kakoune.org/

    [2] https://helix-editor.com/

  • What is the best book for complete beginner?
    1 project | /r/cpp_questions | 2 Oct 2023
    You can take a look at kakoune. The source code (excluding documentations, test cases, customizations etc.) is less than 40k. It is, IMHO, a show case of a C++ project in use.
  • Why Kakoune
    9 projects | news.ycombinator.com | 21 Sep 2023
    > I wonder if the author has ever heard of vis[0]

    Yes.

    https://github.com/martanne/vis/wiki/Differences-from-Kakoun...

    https://github.com/mawww/kakoune/wiki#onboarding

    > which imho fulfills far better each one of those premises

    Not very motivated for such a harsh critic..

  • Understanding the Origins and the Evolution of Vi and Vim
    2 projects | news.ycombinator.com | 15 Sep 2023
    I've been using Vim for years, but if there was one thing I could change, it would be the verb-noun order. The Kakoune[1] editor behaves mostly like Vim, but where Vim has `dw` as "delete word", Kakoune has it backwards: `wd`.

    It might sound minor, but by placing the range first, Kakoune can give a preview of what will be changed. The longer or more complicated the command, the more this feature shines.

    Strictly better as far as I know. A shame my muscle memory, and all default installations, are still stuck with Vim.

    [1] https://kakoune.org/

  • Ask HN: Where do I find good code to read?
    22 projects | news.ycombinator.com | 24 Aug 2023
  • Helix editor: Make HTTP requests and insert JSON
    6 projects | dev.to | 8 Jul 2023
    Helix is a postmodern text editor built in Rust built for the terminal. It is inspired by Kakoune, another Rust based text editor. Helix has got multiple selections, built-in Tree-sitter integration, powerful code manipulation and Language server support.

What are some alternatives?

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

coc-texlab - TexLab extension for coc.nvim

helix - A post-modern modal text editor.

texlab - An implementation of the Language Server Protocol for LaTeX

micro-editor - A modern and intuitive terminal-based text editor

tex-conceal.vim

vis - A vi-like editor based on Plan 9's structural regular expressions

xournalpp - Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.

Yuescript - A Moonscript dialect compiles to Lua.

zathura - a document viewer

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

mermaid - Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown

neovim - Vim-fork focused on extensibility and usability