neovim-remote
:ok_hand: Support for --remote and friends. (by mhinz)
vim-dispatch
dispatch.vim: Asynchronous build and test dispatcher (by tpope)
neovim-remote | vim-dispatch | |
---|---|---|
38 | 26 | |
1,774 | 2,669 | |
- | 0.5% | |
0.0 | 5.3 | |
over 1 year ago | 5 months ago | |
Python | 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.
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.
neovim-remote
Posts with mentions or reviews of neovim-remote.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-07.
-
Has anyone managed to get Neovim and Unity working well together?
Notice that this script depends on mhinz/neovim-remote: Support for --remote and friends. (github.com). (nvr as you have notice). The full-path is required to make it work.
-
flatten.nvim - open files from a neovim terminal in your current neovim instance - no more nested neovim sessions!
I am currently using https://github.com/mhinz/neovim-remote with this bit in my zshrc:
-
How can a single LSP server be used for files opened across different neovim instances?
Since they are on different screens I cannot use a single neovim instance (I tried playing around with neovim-remote but seems like that's for the usecase of opening files in one instance from different terminals -- doesn't help). Due to multiple LSP instances changes in one file are not reflected in the other, e.g., file B imports some types from file A; I create a new type in A but since B's neovim instance is not aware of any change to the A file corresponding the LSP fails to see the new type.
-
Announce page 4.0.0 (program which turns neovim into pager) now with simple file picker
This version includes `nv` binary which is [neovim-remote](https://github.com/mhinz/neovim-remote) but rewritten in Rust (I've did it out of boredom) also with interface similar to `page`.
-
neovim: server mode
Practical use case: when navigating in ANY terminal (or tmux) write a function that sends opened files to a single running neovim instance instead of spreading opened vim instances all around like neovim remote does, but works for any terminal
- [help] How to use an nvim process to control another nvim process
-
What's everyone working on this week (38/2022)?
I see the integration with neovim is done via a separate plugin, did you think about adding support for neovim-remote?
- Help understanding pathing
- Keep LSP running in the background.
-
LSP does not recognize changes in other files.
Another way of doing what u/TheLeoP23 suggested is by using https://github.com/mhinz/neovim-remote . This way you have a single neovim instance and you can open it on different terminals and mantain your current workflow.
vim-dispatch
Posts with mentions or reviews of vim-dispatch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-27.
-
How to configure vim like an IDE
Tis is good for the compilation to make it async( otherwise it blocks) https://github.com/tpope/vim-dispatch it wraps around the built in make/makeprg feature. Would recommend that you dont do it with large builds/outputs.
- Introducing tsc.nvim: Project-Wide Asynchronous TypeScript Type-Checking & Diagnostics
-
How do you guys run the code you write with vim?
vim-dispatch by the legend Tim Pope. send the task to the background, keep using editor. once the task is finished, it output to qflist buffer
- Neovim Plugin equivalent for task runner of VSCode
-
how to get this in regular vim
The other answer here covers everything you need, but if you want a plugin-based solution you might be interested in vim-dispatch which runs command line tools asynchronously, and offers the option to run the command in the background instead with :Dispatch!.
-
How to display compile errors inline in a language without LSP?
You should check :h compiler :h make and :h 'errorformat'. You could also check vim dispatch, a plugin that enhances this features
-
New plugin for gtest integration with vim
Also plugin supports asynchronous execution (using terminal, jobs or vim-dispatch).
-
neovim with build system
Do note that :make is blocking, and you need to wait until it finishes before it sends you back to the editor. If you want it to be asynchronouns, you can install vim-dispatch + vim-dispatch-neovim for Neovim support in vim-dispatch.
-
Stop commands from obstructing view e.g. Make
if you want something to work out of the box, is async and is already configured per language, check out TPope's dispatch
-
Dear vimmers, when do you prefer using vims built-in terminal over a new tmux panel/window?
For long-running programs, like compiling, or running full test suites, or running terraform on a decently sized infrastructure project, I may run them with :Make (courtesy of tpope/vim-dispatch) so I can keep working on the project while the external program is running. If I'm in an environment without vim plugins, I may spawn a new tmux pane/window. As a last resort, I will ctrl-z/fg if I don't have tmux on the remote system (e.g. dev containers).
What are some alternatives?
When comparing neovim-remote and vim-dispatch you can also consider the following projects:
neovide - No Nonsense Neovim Client in Rust
asyncrun.vim - :rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
vim-slime - A vim plugin to give you some slime. (Emacs)
yabs.nvim - Yet Another Build System/Code Runner for Neovim, written in lua
vim-floaterm - :computer: Terminal manager for (neo)vim
vim-test - Run your tests at the speed of thought
neovimcraft - website that makes it easy to find neovim plugins
cmake4vim - Vim plugin for CMake projects
lazygit.nvim - Plugin for calling lazygit from within neovim.
vimux - easily interact with tmux from vim
ctrlp.vim - Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
neovim-remote vs neovide
vim-dispatch vs asyncrun.vim
neovim-remote vs vim-slime
vim-dispatch vs yabs.nvim
neovim-remote vs vim-floaterm
vim-dispatch vs vim-test
neovim-remote vs neovimcraft
vim-dispatch vs cmake4vim
neovim-remote vs lazygit.nvim
vim-dispatch vs vimux
neovim-remote vs vimux
vim-dispatch vs ctrlp.vim