ltex-ls VS true-zen.nvim

Compare ltex-ls vs true-zen.nvim and see what are their differences.

ltex-ls

LTeX Language Server: LSP language server for LanguageTool :mag::heavy_check_mark: with support for LaTeX :mortar_board:, Markdown :pencil:, and others (by valentjn)

true-zen.nvim

🦝 Clean and elegant distraction-free writing for NeoVim (by pocco81)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ltex-ls true-zen.nvim
19 20
683 923
- -
1.1 0.0
6 months ago 8 months ago
Kotlin Lua
Mozilla Public License 2.0 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.

ltex-ls

Posts with mentions or reviews of ltex-ls. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-26.
  • Wish there was support for dictionary autocompletion.
    2 projects | /r/HelixEditor | 26 Apr 2023
    I think ltex-ls actually does this! (Haven’t used it so idk how good it is, maybe give it a shot!)
    2 projects | /r/HelixEditor | 26 Apr 2023
    ltex-ls is huge. I have following setup in Neovim which works excellent. (I use Neovim only as scratchpad)
  • Simple plugin to handle code actions from ltex-ls
    5 projects | /r/neovim | 14 Mar 2023
    Hi, folks! There is great language server that provides spell checking for markdown and LTeX files using language tool called ltex-ls. By default there is no ability to use code code actions like Add to dictionary, Hide false positive, and Disable rule in NeoVim since those handlers should be implemented on the client side. So I created a simple plugin to add handlers to those actions and load already saved information on initialization of the server. I had no time to extensively test it yet, but it seems working for me just fine.
  • NeoVim: Using the spellchecker
    4 projects | /r/neovim | 25 Feb 2023
    I am currently using https://github.com/valentjn/ltex-ls and it is a decent step up.
  • LanguageTool-Rust v2 releases 🎉: using LanguageTool grammar checker with Rust
    5 projects | /r/rust | 7 Feb 2023
    Nice! I have longed for a rust implementation of ltex-ls.
  • Is there a reliable grammar correction package for Emacs?
    5 projects | /r/emacs | 29 Oct 2022
    You can use ltex-ls with an LSP client. It looks like FOSS.
  • Question about dictionaries
    2 projects | /r/vim | 12 Jul 2022
  • pantran.nvim: asynchronous, interactive machine translation directly from your editor
    8 projects | /r/neovim | 6 Jul 2022
    Story time: I really love Neovim for programming, but one thing I love it even more for is scientific writing. Tools like texlab make this especially fun! But for a well-rounded experience, I need a few more things: (i) Grammar checking. For that I can recommend ltex, an LSP-server which adds LaTeX support to language tool. (ii) Thesaurus lookup. (Neo)vims integrated thesaurus format is a little bit limited. But thankfully 'thesaurusfunc' exists so I could easily write a small plugin to add support for openoffice.org mythes thesauri. (iii) Machine translation. Now we're finally getting to the topic of this post. I write most of my stuff in English but I'm not a native speaker, so machine translation is valuable for me. It can help me to overcome writers block to an extent, for example. There already exist a few plugins for that problem, like vim-translator or translate.nvim. But none of these support interactive modes, a slick UI, and, as far as I know, useful things like motions and counts. This is where my plugin pantran.nvim comes into place! The demo should speak for itself. In the end it was a lot more effort than I anticipated but I'm very pleased with the result. I hope this can be useful to others as well!
  • Looking for a markdown editor recommendation.
    2 projects | /r/technicalwriting | 24 Apr 2022
    Neovim with https://github.com/folke/zen-mode.nvim and https://github.com/valentjn/ltex-ls . You can fold headings in Markdown which is super useful.
  • Neovim distributions for writers
    7 projects | /r/neovim | 21 Apr 2022
    All you need is ltex-ls language server and zen mode

true-zen.nvim

Posts with mentions or reviews of true-zen.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-14.
  • Authors: how do you make your plugin discoverable and appealing?
    9 projects | /r/neovim | 14 Dec 2022
    Duplicated idea, while it is true that your plugin does center buffer without hiding tabline or statusline, I can do the same in true-zen with 2 lines of configuration). In this case what I would want to strike for is making a very simple script.
  • tmux like zooming?
    4 projects | /r/neovim | 16 Nov 2022
    Check TrueZen from Pocco: https://github.com/Pocco81/true-zen.nvim
  • true-zen.nvim (rewrite): clean and elegant distraction-free writing for NeoVim
    2 projects | /r/neovim | 29 Jul 2022
    Heya! Meet true-zen.nvim, a plugin that de-clutters NeoVim's UI to enhance your coding experience.
  • Neovim distributions for writers
    7 projects | /r/neovim | 21 Apr 2022
    Have you considered using neovim with the [TrueZen plugin](https://github.com/Pocco81/TrueZen.nvim)? I threw that into NVChad and it turned into a very nice writing experience for me. YMMV.
  • TrueZen.nvim and gitsigns.nvim not working together?
    2 projects | /r/neovim | 23 Mar 2022
    At first I thougt, that this is due to the colorscheme I use (github-nvim-theme). There is the issue, that when I want to disable Ataraxis-mode, it throws an error and basically the whole Neovim-session is screwed (disabled ui-elements not being reenabled).
  • Write Thin to Write Fast
    6 projects | news.ycombinator.com | 9 Nov 2021
  • ataraxis.lua: distraction-free writing in neovim
    5 projects | /r/neovim | 22 Aug 2021
    TrueZen.nvim - seems to be a bit bloated and overkill for what it aims to be, a bunch of different modes and dozens of configurations options
  • What is the Proper Way to Enter a New Mode in a Hook? Also Lua Question
    2 projects | /r/neovim | 21 Aug 2021
    My second question is a bit more... complicated? I use TrueZen and honestly love it it works perfectly and the developer is awesome and always up for adding some neat things like including the ability to set quit to either quit or toggle, but I ran into one issue I can't seem to resolve with it. This may be a bit complicated so if I describe this incorrectly please let me know. TrueZen has built-in methods for toggle supported statuslines like lualine, but does not always toggle non-supported statuslines. I made a pull request about this, but as I got distracted and busy with uni I accidentally abandoned it (I apologies I know people doing that can be annoying). The pull request however did have some helpful information though, it seems what I need to do is create a custom function that toggles my statusline... but I don't know how. If you review the request here you can see a better more detailed explanation. From what I can tell, as someone who doesn't fully understand vim or lua, I need to create a function call, say togglel_my_statusline, and then call that function in true_zen.after_mode_ataraxis_on = function (). So I did some document reading figured out I could simply do opt.laststatus = 0 and as I simply set opt.statusline this should disable the statusline. I then simply created this
  • Is There a Newer Goyo?
    4 projects | /r/neovim | 24 Jun 2021
  • What are your favorite Neovim plugins exclusive to 0.5?
    13 projects | /r/neovim | 17 Jun 2021
    So as not to mention top plug-ins that are just beautiful and make NeoVim useable (tree-sitter, native LSP, nvim-compe, ...), I'll mention one that's very useful for ricing: TreuZen.nvim.

What are some alternatives?

When comparing ltex-ls and true-zen.nvim you can also consider the following projects:

zen-mode.nvim - 🧘 Distraction-free coding for Neovim

grammar-guard.nvim - Grammar Guard is a Neovim plugin that checks your grammar as you write your LaTeX, Markdown or plain text document.

texlab - An implementation of the Language Server Protocol for LaTeX

vim-LanguageTool - A vim plugin for the LanguageTool grammar checker

languagetool - Style and Grammar Checker for 25+ Languages

textidote - Spelling, grammar and style checking on LaTeX documents

goyo.vim - :tulip: Distraction-free writing in Vim

dashboard-nvim - vim dashboard

NeoVim-Delightful - A charming and dazzling NeoVim configuration!

zeta-note - Markdown LSP server for easy note-taking with cross-references and diagnostics.

KotlinLanguageServer - Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol