grammar-guard.nvim VS nvim-fzf

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

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)

nvim-fzf

A Lua API for using fzf in neovim. (by vijaymarupudi)
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
grammar-guard.nvim nvim-fzf
5 7
153 317
- -
0.0 4.2
9 months ago 8 months ago
Lua Lua
Apache License 2.0 GNU Affero General Public License v3.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.

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!

nvim-fzf

Posts with mentions or reviews of nvim-fzf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-24.
  • Compare saved version of file with staged/commited version?
    4 projects | /r/neovim | 24 Nov 2022
    For Neovim install https://github.com/vijaymarupudi/nvim-fzf.git as base and my https://github.com/cpkio/nvim-fzf-commands-win.git commands. gdiff.lua contains the code you need. README.md contains my environment defaults for FZF too, including keys to enable-disable preview window.
  • Buffer switchers like VSCode
    6 projects | /r/neovim | 26 May 2022
    There's also some relevant plugins: - ctrlpvim/ctrlp.vim: Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder. - vijaymarupudi/nvim-fzf: A Lua API for using fzf in neovim. - nvim-telescope/telescope.nvim: Find, Filter, Preview, Pick. All lua, all the time. - gelguy/wilder.nvim: A more adventurous wildmenu
  • [New Feature] nvim —remote
    3 projects | /r/neovim | 3 Apr 2022
    EDIT: credit for this goes to /u/doesntthinkmuch the author of the fantastic nvim-fzf which is at the core of fzf-lua and what inspired me to write the plugin to begin with.
  • How to do read interactive command output?
    2 projects | /r/neovim | 10 Mar 2022
    If you need more complex feeds (not just shell commands) and don't wish to build all of it by yourself I highly recommend checking out nvim-fzf, has great API and documentation.
  • coc-yank alternative in lua ?
    2 projects | /r/neovim | 13 Jul 2021
    You would need to install nvim-minyank and this fzf wrapper library.
  • Lua is an absolute game changer
    6 projects | /r/neovim | 4 Jul 2021
    If you like Lua and fzf, you might like my plugin: https://github.com/vijaymarupudi/nvim-fzf
  • Telescope nvim exclude files.
    4 projects | /r/neovim | 3 May 2021
    I'm actually migrating what I need or want to this library https://github.com/vijaymarupudi/nvim-fzf. It lets you config Fzf with Lua. It doesn't have all the features Telescope has, but I can take my time writing my own stuff.

What are some alternatives?

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

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

telescope-fzf-native.nvim - FZF sorter for telescope written in c

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

telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.

textidote - Spelling, grammar and style checking on LaTeX documents

VapourNvim - A NeoVim config for THE ULTIMATE vim IDE-like experience.

languagetool - Style and Grammar Checker for 25+ Languages

filemanager-plugin - A file manager plugin for the editor "Micro"

nvim-lspconfig - Quickstart configs for Nvim LSP

nvim-lastplace - A Lua rewrite of vim-lastplace

vim-angry-reviewer - Vim plugin for style correction for academic writing and scientific papers

quick.nvim - A very fast Lua based Neovim configuration that uses native LSP for intellisense