SaaSHub helps you find the best software and product alternatives Learn more →
Ltex-ls Alternatives
Similar projects and alternatives to ltex-ls
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
null-ls.nvim
Discontinued Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
-
plenary.nvim
plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
grammar-guard.nvim
Discontinued Grammar Guard is a Neovim plugin that checks your grammar as you write your LaTeX, Markdown or plain text document.
-
-
-
-
-
-
-
nvim
My neovim configuration, as it is my weapon of choice. Setting it up for nim-lang was a priority, autocompletion and navigation. (by Rosen-Popov)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
ltex-ls discussion
ltex-ls reviews and mentions
-
Wish there was support for dictionary autocompletion.
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
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
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
Nice! I have longed for a rust implementation of ltex-ls.
- ltex-ls: LTeX Language Server: LSP language server for LanguageTool with support for LaTeX , Markdown , and others
-
Is there a reliable grammar correction package for Emacs?
You can use ltex-ls with an LSP client. It looks like FOSS.
- `ltex-ls` as a language server for Markdown in Helix
-
LaTex in VS Code | How to automatically check your spelling and grammar
I didn't know about LTEX. It seems like a good option! I will try and the do a comparison of the two. LTeX uses MPL-2.0 license. Which is usually prefered by LaTeX users over Grammarly' proprietary software. How is the CPU usage with LTeX and how has been your experience with it?
- Question about dictionaries
-
pantran.nvim: asynchronous, interactive machine translation directly from your editor
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!
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Sep 2024
Stats
valentjn/ltex-ls is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.
The primary programming language of ltex-ls is Kotlin.