The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more! Learn more →
Ltex-ls Alternatives
Similar projects and alternatives to ltex-ls
-
grammar-guard.nvim
Grammar Guard is a Neovim plugin that checks your grammar as you write your LaTeX, Markdown or plain text document.
-
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
-
-
-
-
KotlinLanguageServer
Kotlin code completion, linting and more for any editor/IDE using the Language Server Protocol
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
zeta-note
Markdown LSP server for easy note-taking with cross-references and diagnostics.
-
-
kotlin4example
Literate programming DSL for Kotlin. Allows you to generate markdown with Kotlin code samples.
-
-
-
vale
:pencil: A markup-aware linter for prose built with speed and extensibility in mind.
-
null-ls.nvim
Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
-
todo-comments.nvim
✅ Highlight, list and search todo comments in your projects
-
plenary.nvim
plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.
-
-
-
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
ltex-ls reviews and mentions
-
Wish there was support for dictionary autocompletion.
I think ltex-ls actually does this! (Haven’t used it so idk how good it is, maybe give it a shot!)
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.
-
Is there a reliable grammar correction package for Emacs?
You can use ltex-ls with an LSP client. It looks like FOSS.
- 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!
-
Looking for a markdown editor recommendation.
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
All you need is ltex-ls language server and zen mode
-
A note from our sponsor - Appwrite
appwrite.io | 27 Sep 2023
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.