vim-argwrap VS recipe.nvim

Compare vim-argwrap vs recipe.nvim and see what are their differences.

vim-argwrap

Wrap and unwrap function arguments, lists, and dictionaries in Vim (by FooSoft)

recipe.nvim

Neovim async code runner with quickfix parsing (by ten3roberts)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
vim-argwrap recipe.nvim
2 3
302 19
- -
10.0 6.7
4 months ago 2 months ago
Vim Script 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.

vim-argwrap

Posts with mentions or reviews of vim-argwrap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-29.

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 vim-argwrap and recipe.nvim you can also consider the following projects:

nvim-revJ.lua - Nvim-plugin for doing the opposite of join-line (J) of arguments written in lua.

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

nvim-trevJ.lua - Nvim-plugin for doing the opposite of join-line (J) of arguments, powered by treesitter

mini.basics - Neovim Lua plugin with common configuration presets for options, mappings, and autocommands. Part of 'mini.nvim' library.

hover.nvim - Hover plugin framework for Neovim

sideways.vim - A Vim plugin to move function arguments (and other delimited-by-something items) left and right.

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

spread.nvim - a neovim plugin to spread out inline objects, arrays, parameter lists, etc.

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

qf.nvim - Extends the default quickfix and location lists for neovim

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