neovim-remote
vim-ultest
neovim-remote | vim-ultest | |
---|---|---|
38 | 13 | |
1,774 | 384 | |
- | - | |
0.0 | 0.0 | |
over 1 year ago | almost 2 years ago | |
Python | Python | |
MIT License | MIT License |
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
-
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-ultest
-
neotest: A modern, powerful testing plugin
How about https://github.com/rcarriga/vim-ultest ?
-
Your lualine custom features
I have one that's half working for ultest. I haven't bothered to get the colors right.
-
FAVOURITE PLUGINS
vim-test & vim-ultest (also essential for work)
-
Debugging in NeoVim
Vim-UltestHelps to debug quickly and easily
- Gathering suggestions for testing/tasks-running plugins
- Make live unit testing work in Neovim and you will have my undying appreciation.
-
debugpy.nvim: Command and API frontend to nvim-dap and Debugpy (debugging Python)
But I haven't yet set up anything properly other than Debugpy. nvim-dap is very barebones, so I feel that the best way is to have an extra configuration plugin on top. Debugpy.nvim is a very specific frontend plugin, but there are also more general plugins like nvim-metals and vim-ultest which also offer integration with nvim-dap.
-
What's the best tool for testing?
Love seeing my plugins in the wild! Just FYI for anyone reading vim-ultest has an integration with nvim-dap which allows you to write debugging configs for any language and debug tests. There are currently recipes for python and go but I'd love to see more added! https://github.com/rcarriga/vim-ultest/wiki/Debugging-Recipes
-
Populate quickfix from a tmux pane
Another thing I use for tests is https://github.com/rcarriga/vim-ultest which allows running the test and seeing the output inside vim, which works quite nice once I have narrowed down the test file that has the failing test.
- Java/Kotlin developers that use NeoVim as their main IDE, recommendations to someone that uses Intellij IDEA for java-dev but nvim for the rest?
What are some alternatives?
vim-slime - A vim plugin to give you some slime. (Emacs)
vim-test - Run your tests at the speed of thought [Moved to: https://github.com/vim-test/vim-test]
neovide - No Nonsense Neovim Client in Rust
nvim-dap-python - An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
vim-dispatch - dispatch.vim: Asynchronous build and test dispatcher
telescope-dap.nvim - Integration for nvim-dap with telescope.nvim
vimux - easily interact with tmux from vim
NvChad - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
vim-floaterm - :computer: Terminal manager for (neo)vim
vim-test - Run your tests at the speed of thought
lazygit.nvim - Plugin for calling lazygit from within neovim.
neotest - An extensible framework for interacting with tests within NeoVim.