prosemd-lsp VS grammar-guard.nvim

Compare prosemd-lsp vs grammar-guard.nvim and see what are their differences.

prosemd-lsp

An experimental proofreading and linting language server for markdown files ✍️ (by kitten)

grammar-guard.nvim

Grammar Guard is a Neovim plugin that checks your grammar as you write your LaTeX, Markdown or plain text document. (by brymer-meneses)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
prosemd-lsp grammar-guard.nvim
5 5
160 153
- -
0.0 0.0
about 1 year ago 9 months ago
Rust Lua
GNU Lesser General Public License v3.0 only Apache License 2.0
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.

prosemd-lsp

Posts with mentions or reviews of prosemd-lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-03.

grammar-guard.nvim

Posts with mentions or reviews of grammar-guard.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-27.
  • Writing like a pro with vale & neovim
    5 projects | /r/neovim | 27 May 2022
    Neat post! I like to throw in angry-reviewer and grammar-guard.
  • Help with autocompletion for prose writing.
    3 projects | /r/neovim | 5 May 2022
    Something like grammar-guard, proselint and/or language-tool?
  • How can I load a user dictionary into ltex-ls?
    3 projects | /r/neovim | 12 Jan 2022
    Hi, it seems that the ltex-ls will not have this features added https://github.com/neovim/nvim-lspconfig/issues/1443, but there is no plugin available to do it, grammar-guard has stalled.
  • Configuring Neovim for writing prose and XML
    3 projects | /r/neovim | 15 Nov 2021
    I am actually writing a blog post on almost this exact topic! Ltex-ls https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ltex is not fully integrated yet, add to dictionary doesn't do anything! You can add manually for now in the setup, for example: lua require('lspconfig').ltex.setup { settings = { ltex = { disabledRules = { ['en-US'] = { 'PROFANITY' } }, dictionary = { ['en-US'] = { 'Deno', 'Neovim', 'ltex-ls' } }, }, }, } The above disables a rule, and adds some words to the dictionary. Adding these rules manually is not ideal, but using ltex-ls in Neovim is new and the ability to do these things automatically has not yet been added. Keep an eye on grammar-guard.nvim for these features being added.
  • [Plugin} Grammar Checker in Neovim
    3 projects | /r/neovim | 31 Aug 2021
    I made a plugin that checks your grammar while you're writing LaTeX or Markdown Documents!

What are some alternatives?

When comparing prosemd-lsp and grammar-guard.nvim you can also consider the following projects:

markdown-preview.nvim - markdown preview plugin for (neo)vim

ltex-ls - LTeX Language Server: LSP language server for LanguageTool :mag::heavy_check_mark: with support for LaTeX :mortar_board:, Markdown :pencil:, and others

nvim-lspconfig - Quickstart configs for Nvim LSP

toggleterm.nvim - A neovim lua plugin to help easily manage multiple terminal windows

fusionauth-site - Website and documentation for FusionAuth

textidote - Spelling, grammar and style checking on LaTeX documents

symbols-outline.nvim - A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.

languagetool - Style and Grammar Checker for 25+ Languages

nlprule - A fast, low-resource Natural Language Processing and Text Correction library written in Rust.

cargo-spellcheck - Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar

nvim-fzf - A Lua API for using fzf in neovim.