Software Alternatives & Reviews

Spacevim VS AsyncRun.vim

Compare Spacevim VS AsyncRun.vim and see what are their differences

Spacevim logo Spacevim

SpaceVim is a distribution of the Vim editor that’s inspired by Spacemacs.

AsyncRun.vim logo AsyncRun.vim

Run Async Shell Commands in Vim 8.0 / NeoVim and Output to Quickfix Window - skywind3000/asyncrun.vim
  • Spacevim Landing page
    Landing page //
    2023-04-11
  • AsyncRun.vim Landing page
    Landing page //
    2023-07-31

Spacevim videos

SpeceVim First Impressions

AsyncRun.vim videos

No AsyncRun.vim videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to Spacevim and AsyncRun.vim)
Text Editors
83 83%
17% 17
Programming
0 0%
100% 100
IDE
100 100%
0% 0
Developer Tools
39 39%
61% 61

User comments

Share your experience with using Spacevim and AsyncRun.vim. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Spacevim should be more popular than AsyncRun.vim. It has been mentiond 38 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Spacevim mentions (38)

  • Micro – A Modern Alternative to Nano
    I don't know how much you actually care, and I'm the nano OP of this comment chain/thread but there are some vims (and emacs) with plugins and what not built in. Only one I can think of off the top of my head is https://spacevim.org/ but theres a bunch. - Source: Hacker News / 9 months ago
  • Is it possible to use VIM as an ide?
    On the vim side, you can try https://spacevim.org. Source: 11 months ago
  • Devil Mode for Emacs
    There's also spacevim: https://spacevim.org/ And to a certain extent the new Helix editor which uses space and context sensitive popup menues for discoverability to great effect IMNHO: https://helix-editor.com/. - Source: Hacker News / 12 months ago
  • colorscheme won't apply
    Hi, I'm new to using vim I followed the instruction from spacevim.org but this won't work.. Source: about 1 year ago
  • FOSS alternative to VS CODE for Arch Linux
    You can find distributions with plugins for those editors, like Doom Emacs or space vim. These days, I enjoy doing (neo)vim configs (with lua). Both can use the language server protocol (with different plugins or natively in neovims' case) and so you'd get similar setups done like in code. Source: about 1 year ago
View more

AsyncRun.vim mentions (21)

  • Is there a plugin for async shell :%!command ?
    I'm familiar with asyncrun.vim, but it outputs as quickfix. I specifically want to filter editor text (as stdin/stdout). Source: about 1 year ago
  • When creating a new window, can you open to the CWD in your terminal emulator of choice?
    If you want to open a new terminal in the CWD of neovim, you couls either use neovim's built in terminal or, if it needa to be kitty, use the neovim AsyncRun-plugin and start kitty with the necessary command-line options to start in neovims's CWD(I uae this with Alacritty instead of Kitty). Source: about 1 year ago
  • How do you handle level productivity: autoformat, insert debug statement, execute file?
    For running the file there are several tools. I have been using asynctasks.vim which is built on top of asyncrun.vim which I usually use to open a tmux pane and run the code/test. I've been looking at switching to overseer.nvim but haven't yet. I use justfiles to define all of my tasks. Source: about 1 year ago
  • How do you guys run the code you write with vim?
    I can :Man blah to look up docs or :AsyncRun to build/run with jumpable output in the quickfix. Doing it within vim means I can pull from any register for pasting, yank without a mouse, hide buffers or move them to tabs, etc. Source: over 1 year ago
  • VSCode -> VIM, but how do I accomplish the other IDE tasks?
    I use asyncrun.vim to see compile output as it happens (line by line instead of the whole dump when compile completes) and asynchronously (so I can keep navigating around). Source: over 1 year ago
View more

What are some alternatives?

When comparing Spacevim and AsyncRun.vim, you can also consider the following products

Neovim - Vim's rebirth for the 21st century

Vim-Plug - :hibiscus: Minimalist Vim Plugin Manager. Contribute to junegunn/vim-plug development by creating an account on GitHub.

Spacemacs - Community-driven Emacs distribution that meshes Emacs and Vim features.

TabNine - TabNine is the all-language autocompleter. We use deep learning to help you write code faster.

Visual Studio Code - Build and debug modern web and cloud applications, by Microsoft

Flecs - Multi-threaded Entity Component System written for C89 & C99