vim-abolish VS goyo.vim

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

vim-abolish

abolish.vim: Work with several variants of a word at once (by tpope)

goyo.vim

:tulip: Distraction-free writing in Vim (by junegunn)
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-abolish goyo.vim
17 41
2,677 4,435
- -
3.3 0.9
7 months ago about 1 year ago
Vim Script 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.

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.
  • Custom code automation.
    1 project | /r/VisualStudio | 29 Jan 2023
    Alternatively, you could use vsvim and write a vim macro to do it, but that's a whole other rabbit hole to go down. The vim-abolish plugin should do the trick...
  • 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.
  • How to extend refactor for better integration for React?
    1 project | /r/neovim | 19 Jun 2022
    https://github.com/tpope/vim-abolish might be able to do this (I dont use it myself)
  • 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?

goyo.vim

Posts with mentions or reviews of goyo.vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-27.
  • Ensō: write now, edit later
    6 projects | news.ycombinator.com | 27 Oct 2023
  • Ask HN: Did anyone write a book in Nano?
    3 projects | news.ycombinator.com | 1 Aug 2023
    I wrote a manuscript in vim a couple Novembers ago, for NaNoWrimo. I used a couple plugins, primarily Goyo [1] to add some margins, but otherwise, yeah, plain vim.

    I don't think it was really any more productive than my current workflow in Obsidian. Vim keybindings are more useful for editing than for writing (and for editing code in particular, where the changes you're making are much more structured). Also, while the extra features afforded by Obsidian don't really make a difference during the writing process, I find they're really useful for outlines and other preliminary work, which is something of a point against a vim-only workflow unless you want to use vimwiki [2] or something.

    Granted, Obsidian is still a markdown-based tool, so there's still some level of minimalism going on there, but by that point we're really discussing markup vs word processors, which is its own conversation—and to my mind, a much more important one. I much prefer working in markup than in a rich text editor, because plain text is easy to edit and process through the terminal, and because it lets me separate style choices from content.

    I find that the markdown live preview that editors like Obsidian and Typora provide (and which vim doesn't) is a really nice compromise between a slick composing experience and the technical affordances of markup. Between that and Obsidian's hypertext features, I think I'll stick with Obsidian for the foreseeable future.

    [1]: https://github.com/junegunn/goyo.vim

    [2]: https://vimwiki.github.io/

  • is it possible to read books in vim?
    5 projects | /r/vim | 12 Jun 2023
    Maybe https://github.com/junegunn/goyo.vim could be useful then.
  • Help with plugin: Goyo
    1 project | /r/neovim | 21 May 2023
    Goyo is a distraction free plugin for vim/NeoVim. https://github.com/junegunn/goyo.vim. Typically used for people wanting to write inside of NeoVim. There isn’t a real purpose for me to use it other than I like the aesthetic looks. Thanks for replying!
  • [Vim] Vous cherchez un moyen d'ajouter un rembourrage de tout le côté de la fenêtre.
    2 projects | /r/enfrancais | 5 May 2023
  • An application that serves as a notepad that overlays the screen?
    1 project | /r/linuxquestions | 20 Apr 2023
    Maybe not of use, but what about just one of your editors + the terminal? Using vim with the goyo extension similarly without the overlay. I write my notes with markdown.
  • SQLite WASM in the Browser Backed by the Origin Private File System
    17 projects | news.ycombinator.com | 12 Jan 2023
    I haven't maintained a Vim config in a few years now (more of an Emacs man now), but I do remember using Goyo in college. Looking back at it, I think it might scratch your itch as far as Vim plugins go, it even allows you to resize the area on the fly.

    https://github.com/junegunn/goyo.vim

  • UPDATE: no-neck-pain.nvim - Dead simple plugin to center the currently focused buffer to the middle of the screen.
    6 projects | /r/neovim | 30 Dec 2022
    I went from https://github.com/junegunn/goyo.vim to https://github.com/folke/zen-mode.nvim and now this
    3 projects | /r/neovim | 18 Dec 2022
    Can't see https://github.com/junegunn/goyo.vim mentioned anywhere in this thread.
  • BlindVim, my first simple plugin.
    4 projects | /r/neovim | 28 Dec 2022
    This feels real similar in concept to limelight and goyo. Nice! 👍🏻

What are some alternatives?

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

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

zen-mode.nvim - 🧘 Distraction-free coding for Neovim

neovim - Vim-fork focused on extensibility and usability

vim-pencil - Rethinking Vim as a tool for writing

hunspell - The most popular spellchecking library.

vim-easy-align - :sunflower: A Vim alignment plugin

spellsitter.nvim - Treesitter powered spellchecker

vim-startify - :link: The fancy start screen for Vim.

typos - Source code spell checker

indent-blankline.nvim - Indent guides for Neovim

local_vimrc - Per project/tree configuration plugins

nvim-lua-setup