neovim-remote
:ok_hand: Support for --remote and friends. (by mhinz)
vim-floaterm
:computer: Terminal manager for (neo)vim (by voldikss)
neovim-remote | vim-floaterm | |
---|---|---|
38 | 59 | |
1,774 | 2,526 | |
- | 0.9% | |
0.0 | 5.9 | |
over 1 year ago | 10 months ago | |
Python | Vim Script | |
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.
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-floaterm
Posts with mentions or reviews of vim-floaterm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-16.
-
Terminal workflow with GUI Neovim
Using https://github.com/voldikss/vim-floaterm and remap the same shortcuts to (un)toggle the terminal would be interesting for you, also about compatibility, because if tomorrow you use nvim in the terminal you have the same key maps.
-
Terminal filemanager that works good with neovim
vim-floaterm has wrappers around some terminal filemanagers.
-
Tools for productivity
If you don't like distro's and want to use something of your own, make sure that you have a few plugins like telescope.nvim, lazy.nvim, toggleterm.nvim Or vim-floaterm, gitsigns.nvim, which-key.nvim, which will make your neovim journey smooth. Again these are just few, but I highly recommend it.
-
Managing your files. How do you do it?
My personal favorite is ranger, a multi-panel console file manager that works nicely in a Neovim terminal. I also use floaterm to get floating terminal windows for ranger and lazygit, but that's optional. A Neovim tab with a terminal would work equally well.
-
Git CLI tools and vim
For simple tasks like opening a dirty file in nvim I prefer vim-floaterm. It has a really nice integration with a bunch of TUI tools.
- Neovim - Workflow para Java, C# e JS/TypeScript (Atualização com Neovim 0.8 e LSP)
- Plugin suggestion
-
I appreciate the excellent FTerm.nvim plugin
The two obvious candidates are vim-floaterm and toggleterm.nvim.
-
vim as a python IDE?
I’d suggest taking a look at vim-floaterm. While I don’t use this feature, it should have the ability to do what you’ve described
-
What is your approach to quick note taking during development?
vimwiki + floatterm + vimwiki-sync
What are some alternatives?
When comparing neovim-remote and vim-floaterm you can also consider the following projects:
neovide - No Nonsense Neovim Client in Rust
toggleterm.nvim - A neovim lua plugin to help easily manage multiple terminal windows
vim-slime - A vim plugin to give you some slime. (Emacs)
lazygit.nvim - Plugin for calling lazygit from within neovim.
vim-dispatch - dispatch.vim: Asynchronous build and test dispatcher
tig - Text-mode interface for git
neovimcraft - website that makes it easy to find neovim plugins
nvim-bqf - Better quickfix window in Neovim, polish old quickfix window.
lazygit - simple terminal UI for git commands
vimux - easily interact with tmux from vim
neoterm - Wrapper of some vim/neovim's :terminal functions.
neovim-remote vs neovide
vim-floaterm vs toggleterm.nvim
neovim-remote vs vim-slime
vim-floaterm vs lazygit.nvim
neovim-remote vs vim-dispatch
vim-floaterm vs tig
neovim-remote vs neovimcraft
vim-floaterm vs nvim-bqf
neovim-remote vs lazygit.nvim
vim-floaterm vs lazygit
neovim-remote vs vimux
vim-floaterm vs neoterm