mini.basics VS recipe.nvim

Compare mini.basics vs recipe.nvim and see what are their differences.

mini.basics

Neovim Lua plugin with common configuration presets for options, mappings, and autocommands. Part of 'mini.nvim' library. (by echasnovski)

recipe.nvim

Neovim async code runner with quickfix parsing (by ten3roberts)
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
mini.basics recipe.nvim
2 3
8 19
- -
5.8 6.7
7 days ago 2 months ago
Lua Lua
MIT License 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.

mini.basics

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

recipe.nvim

Posts with mentions or reviews of recipe.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-29.
  • mini.basics - Common configuration presets for options/mappings/autocommands
    14 projects | /r/neovim | 29 Jan 2023
    I had a look at your planned modules and thought I could swamp you with some more ideas, to possibly inspire you to do a few of them: - since you are thinking about making mini.quickfix: - vim-grepper: eases configuration of grep tools like rg and integration with quickfix - recipe.nvim: instead of defining 'makeprg', making a build step, which can send errors to the quickfix and a run step which runs in a floating terminal - qf.nvim: adds some additional stuff to quickfix, on top of bqf, like a proper quickfix toggle command, which I never want to live without again
  • Introducing OneStop.nvim, the plugin to streamline configuring and running toolset commands
    4 projects | /r/neovim | 22 Aug 2022
    also, there's already: https://github.com/ten3roberts/recipe.nvim - which does what you do but via a cfg file on a per-project basis https://github.com/ten3roberts/qf.nvim - which integrates with that plugin and allows to put its output into a qf-window
  • Code Compilation & Debugging
    7 projects | /r/neovim | 18 Aug 2022

What are some alternatives?

When comparing mini.basics and recipe.nvim you can also consider the following projects:

vim-argwrap - Wrap and unwrap function arguments, lists, and dictionaries in Vim

vim-unimpaired - unimpaired.vim: Pairs of handy bracket mappings

overseer.nvim - A task runner and job management plugin for Neovim

indent-o-matic - Dumb automatic fast indentation detection for Neovim written in Lua

hover.nvim - Hover plugin framework for Neovim

vim-matchup - vim match-up: even better % :facepunch: navigate and highlight matching words :facepunch: modern matchit and matchparen. Supports both vim and neovim + tree-sitter.

jaq-nvim - ⚙️ Just Another Quickrun Plugin for Neovim in Lua

dial.nvim - enhanced increment/decrement plugin for Neovim.

vim-maximizer - Maximizes and restores the current window in Vim.

vim-colorscheme-switcher - Makes it easy to quickly switch between color schemes in Vim

OneStop.nvim - a plugin that streamline running various toolset commands for project development