Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Revelo Payroll - Free Global Payroll designed for tech teams
- Onboard AI - Learn any GitHub repo in 59 seconds
- SonarLint - Clean code begins in your IDE with SonarLint
-
I'm planning to look at https://github.com/rhysd/vim-grammarous, also uses languagetool.
-
ale
Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
For grammar - ale has a list of supported checkers (see the latex section - the majority are for grammar, and some plain text checkers work reasonably well in text blocks). But they are nothing exciting - getting confused with macros replacing words or nested environments.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Per project settings for linters used by ALE, how to do it the right way?
- Help for curly braces placement (same line vs new line)
- Ask HN: Which Python Type Checker?
- Is it possible to use ALE and only enable the linters? And make it possible so that it lints on save
- Minimal setup for shellcheck as a compiler in Vim for linting bash scripts.