minpac VS goyo.vim

Compare minpac vs goyo.vim and see what are their differences.

minpac

A minimal package manager for Vim 8 (and Neovim) (by k-takata)

goyo.vim

:tulip: Distraction-free writing in Vim (by junegunn)
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
minpac goyo.vim
10 41
829 4,435
- -
1.6 0.9
5 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.

minpac

Posts with mentions or reviews of minpac. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-21.
  • How can I get started with VIM or NEOVIM??!!
    1 project | /r/vim | 10 Jun 2023
    PS: As you get proficient with Vim, you'll probably want to extend it with plugins, so you should look into package managers when you'll be a decent Vimmer; I use minpac but there are plenty of others. But for now, focus on learning Vim; you don't want to install a plugin to do something that Vim can do out of the box.
  • The Vundle github repo seems to have disappeared
    7 projects | /r/vim | 21 Feb 2023
    It’s been such a long time since I’ve used it. Don’t know how it compares, but minpac is super simple and uses vim’s native package system (the latter can also be used on its own) https://github.com/k-takata/minpac
  • Is there any way to update all the plugins installed using the built-in package manager?
    1 project | /r/vim | 26 Jan 2023
    There are package managers that are built on top of Vim's package system, the one I use is minpac which has a list of other plugin managers using Vim's package system in its README.
  • Help with plug
    6 projects | /r/neovim | 29 Oct 2022
    Options: - packloadall command family and maybe git submodules - minpac which is a thin utility around the above - vim-plug - old but still popular for it does the job - packer.nvim is a popular choice for lua configs, never got to using it myself - paq-nvim is another often mentioned lua solution - dozens of other solutions
  • How to manage Vims dot files (version >8.2), if there are complete plugins inside .vim?
    9 projects | /r/vim | 1 Sep 2022
    I'm not sure about vim-plug, but I use minpac which does use vim's native plugin location. The selling point is that the installs and updates are managed via the plugin's commands. As part of my dotfiles, the install command is run.
  • Can't add packer as my plug manager.
    4 projects | /r/neovim | 9 Jul 2022
    I went back to using minpac. It uses vim's package feature, but doesn't have to compile anything. I like that I don't have to load it unless I download something.
  • what vimL plugins are you still using?
    26 projects | /r/neovim | 1 Jul 2022
    minpac: Plugin manager.
  • help me test my new plugin lsp-zero.nvim
    3 projects | /r/neovim | 20 Feb 2022
    vim.opt.runtimepath:remove(vim.fn.expand('~/.config/nvim')) vim.opt.packpath:remove(vim.fn.expand('~/.local/share/nvim/site')) vim.opt.runtimepath:append(vim.fn.expand('/tmp/nvim-config')) vim.opt.packpath:append(vim.fn.expand('/tmp/nvim-config')) -- Install minpac local install_path = '/tmp/nvim-config/pack/minpac/opt/minpac' local install_plugins = false if vim.fn.empty(vim.fn.glob(install_path)) > 0 then vim.cmd('!git clone https://github.com/k-takata/minpac ' .. install_path) install_plugins = true end function PackInit() vim.cmd('packadd minpac') vim.call('minpac#init', {dir = '/tmp/nvim-config'}) local Plug = vim.fn['minpac#add'] -- Plugin manager Plug('k-takata/minpac', {type = 'opt'}) -- Colorscheme Plug 'mjlbach/onedark.nvim' -- LSP Support Plug 'neovim/nvim-lspconfig' Plug 'williamboman/nvim-lsp-installer' -- Autocompletion Plug 'hrsh7th/nvim-cmp' Plug 'hrsh7th/cmp-buffer' Plug 'hrsh7th/cmp-path' Plug 'saadparwaiz1/cmp_luasnip' Plug 'hrsh7th/cmp-nvim-lsp' Plug 'hrsh7th/cmp-nvim-lua' -- Snippets Plug 'L3MON4D3/LuaSnip' Plug 'rafamadriz/friendly-snippets' -- lsp stuff Plug 'VonHeikemen/lsp-zero.nvim' end pcall(vim.cmd, 'colorscheme onedark') vim.cmd [[ command! PackUpdate lua PackInit(); vim.call('minpac#update') command! PackClean lua PackInit(); vim.call('minpac#clean') command! PackStatus lua PackInit(); vim.call('minpac#status') ]] if install_plugins then vim.cmd('PackUpdate') end local ok, lsp = pcall(require, 'lsp-zero') if ok then lsp.preset('recommended') lsp.setup() end
  • Favorite unfamous vim/neovim plugin?
    23 projects | /r/neovim | 5 Jan 2022
    k-takata/minpac, the plugin manager that stays out my way. It can live as an optional plugin, it's not loaded unless I update or install something.
  • Creating a lua interface for minpac
    1 project | dev.to | 12 Aug 2021
    I like minpac, it's a good plugin manager. It does what I want. Exactly what I want. Problem is it's written in vimscript, which is something I'm trying to avoid right now. I have no good reason to avoid vimscript... I just don't want to write any. By now I have read enough about lua and the neovim api to create a wrapper that would make minpac a little bit more "lua friendly".

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 minpac and goyo.vim you can also consider the following projects:

dein.vim - :zap: Dark powered Vim/Neovim plugin manager

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

lsp-zero.nvim - A starting point to setup some lsp related features in neovim.

vim-pencil - Rethinking Vim as a tool for writing

vim-go - Go development plugin for Vim

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

telescope-command-palette.nvim - Create key-bindings and watch them with telescope :telescope:

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

minPlug - Minimalistic plugin "manager" for Vim8

indent-blankline.nvim - Indent guides for Neovim

vim-mark - Highlight several words in different colors simultaneously.

nvim-lua-setup