spellsitter.nvim VS vim-abolish

Compare spellsitter.nvim vs vim-abolish and see what are their differences.

spellsitter.nvim

Treesitter powered spellchecker (by lewis6991)

vim-abolish

abolish.vim: Work with several variants of a word at once (by tpope)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
spellsitter.nvim vim-abolish
8 17
446 2,654
- -
7.4 3.3
over 1 year ago 6 months ago
Lua Vim Script
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.

spellsitter.nvim

Posts with mentions or reviews of spellsitter.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-25.

vim-abolish

Posts with mentions or reviews of vim-abolish. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-05.
  • How to search and replace inside current workdir like vscode
    4 projects | /r/neovim | 5 Mar 2023
    Additionally, I use vim-abolish[https://github.com/tpope/vim-abolish] with the Subvert command to maintain the case.
  • Preview for vim-abolish?
    3 projects | /r/neovim | 10 Dec 2022
    tpope/vim-abolish provides a useful :Subvert command that works like a smart substitution. Is it possible to preview the command's effects just like for the built-in substitution command?
  • what vimL plugins are you still using?
    26 projects | /r/neovim | 1 Jul 2022
    tpope/vim-abolish: Some text manipulation stuff.
  • What are your must-have vim/nvim extensions?
    53 projects | /r/vim | 9 May 2022
    tpope/tpope-vim-abolish - Sane search/replace
  • Show HN: Vim Reference Guide
    5 projects | news.ycombinator.com | 15 Mar 2022
    The best thing about Vim is that you don't have to choose between Vim and an IDE! Any text editor or IDE that's even moderately popular will probably have a decent Vim plugin. The only downside is that you generally won't have access to Vim plugins (abolish.vim is the one I find myself missing the most: https://github.com/tpope/vim-abolish).

    Personally, I learned to use Vim via the VsVim plugin for Visual Studio.

  • A pragmatic approach to migrating from VSCode to Neovim
    35 projects | dev.to | 14 Feb 2022
    Indent-blankline to draw indentation guides, nvim-autopairs to automatically complete pairs of brackets and quotes (I didn’t know I couldn’t live without it), nvim-ts-autotag to autocomplete pairs of tags as well, targets.vim to target what is inside or outside the mentioned pairs and vim-surround to manage all those pairs with few keystrokes. Kommentary to comment and uncomment lines of code, nvim-cursorline to help locate where the cursor is and nvim-colorizer because I am cheeky. Vim-abolish is definitely an interesting one. I decided to install it because of its case coercion capabilities, but it can do much more than that.
  • Abbreinder - abbreviation reminder plugin
    3 projects | /r/neovim | 14 Jan 2022
    I create a lot of abbreviations, especially with vim-abolish. They're generally useful, but the problem is, they're hard to remember if I haven't used them in a while. To solve this problem I created a plugin, abbreinder.nvim, which reminds the user if they've typed the value of something that they could have used a pre-existing abbreviation for.
  • Case change
    4 projects | /r/neovim | 31 Aug 2021
    What are the advantages over vim-abolish?
  • ISuckAtSpelling.nvim: A NeoVim plugin that auto-corrects spelling mistakes in various natural and programming languages!
    8 projects | /r/neovim | 30 May 2021
    If you want case insensitive auto correction you might want to have a look at https://github.com/tpope/vim-abolish
  • Setting up VIM for blogging
    13 projects | dev.to | 23 Apr 2021
    All these solutions look promising. I've already benefited from including them in my VIM configuration while writing this blog post. Will do further testing and investigation in next days. Haven't yet tried plugins like vim-pencil or vim-abolish.

What are some alternatives?

When comparing spellsitter.nvim and vim-abolish you can also consider the following projects:

hunspell - The most popular spellchecking library.

nvim-treehopper - Region selection with hints on the AST nodes of a document powered by treesitter

spelunker.vim - Improved vim spelling plugin (with camel case support)!

abbrev-man.nvim - 🍍 A NeoVim plugin for managing vim abbreviations.

typos - Source code spell checker

vim-litecorrect - Lightweight auto-correction for Vim

neovim - Vim-fork focused on extensibility and usability

dictionaries - Hunspell dictionaries in UTF-8

local_vimrc - Per project/tree configuration plugins

lh-style - Vim Script library providing stylistic related functions