vim-grammarous VS grammarly

Compare vim-grammarous vs grammarly and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
vim-grammarous grammarly
5 6
1,074 1,602
- -
0.0 5.3
over 1 year ago 3 months ago
Vim Script TypeScript
- MIT License
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.

vim-grammarous

Posts with mentions or reviews of vim-grammarous. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-26.

grammarly

Posts with mentions or reviews of grammarly. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-21.
  • The Loneliness of the Mid-Level Vimmer
    11 projects | news.ycombinator.com | 21 Dec 2023
  • Diagnostics from LSPs
    3 projects | /r/neovim | 25 Nov 2022
    Hi Folks, I am using the Grammarly LSP with Neovim 8. I am trying to get more diagnostic information. Here is an example of the information I get from Grammarly in neovim:
  • How to configure the grammarly language server?
    6 projects | /r/neovim | 16 Jul 2022
    bash echo "Fixing grammarly ls" $grammarly_ls_init_file ="${HOME}/.local/share/nvim/site/pack/packer/start/nvim-lsp-installer/lua/nvim-lsp-installer/servers/grammarly/init.lua" sed -i 's|https://github.com/znck/grammarly|https://github.com/emacs-grammarly/unofficial-grammarly-language-server|' $grammarly_ls_init_file sed -i 's|grammarly-languageserver|@emacs-grammarly/unofficial-grammarly-language-server|' $grammarly_ls_init_file
    6 projects | /r/neovim | 16 Jul 2022
    From: local server = require "nvim-lsp-installer.server" local npm = require "nvim-lsp-installer.core.managers.npm" return function(name, root_dir) return server.Server:new { name = name, root_dir = root_dir, homepage = "https://github.com/znck/grammarly", languages = {}, installer = npm.packages { "grammarly-languageserver" }, default_options = { cmd_env = npm.env(root_dir), }, } end
  • Saying Goodbye to Typo CI
    4 projects | news.ycombinator.com | 23 May 2021
    I'd love a GitHub Action that (unofficially) integrates Grammarly with GitHub checks. Just like the unofficial VS Code extension: https://github.com/znck/grammarly#grammarly

    There is an unofficial SDK for TypeScript (maybe other languages too) so this shouldn't even be too hard: https://github.com/stewartmcgown/grammarly-api#unofficial-gr...

  • Question about making an english language server
    4 projects | /r/neovim | 21 Feb 2021
    You could try and get it set up with COC initially. It may be helpful to see how this extension for vscode works https://github.com/znck/grammarly

What are some alternatives?

When comparing vim-grammarous and grammarly you can also consider the following projects:

LanguageTool.nvim - An asynchronous grammar checker for Neovim using LanguageTool

nvim-lspconfig - Quickstart configs for Nvim LSP

coc-grammarly

grammarly-api - 📚 Unofficial TypeScript client for the Grammarly API

nvim-lint - An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.

ale - Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support

typos - Source code spell checker

nvim-lsp-installer - Further development has moved to https://github.com/williamboman/mason.nvim!

nerdtree - A tree explorer plugin for vim.

languagetool - Style and Grammar Checker for 25+ Languages