vim-ultest
nvim-dap-python

vim-ultest | nvim-dap-python | |
---|---|---|
13 | 19 | |
385 | 612 | |
0.3% | 3.8% | |
0.0 | 7.0 | |
about 2 years ago | 3 months ago | |
Python | Lua | |
MIT License | GNU General Public License v3.0 only |
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-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?
nvim-dap-python
-
struggling to setup python with nvim dap - module not found on import - need to setup dap root?
I think nvim-dap doesn't (always?) use neovim current working directory as root, which can cause issues like yours. I'd recommend using https://github.com/mfussenegger/nvim-dap-python along with a local .nvim.lua (:h 'exrc') with the following config:
-
How can I debug Python code in neovim!
You could use nvim-dap with nvim-dap-python.
-
How to debug python code in neovim
I'd suggest starting with a Neovim distro that makes things work for you and as you get familiar you can transition to a more custom configuration as you see fit. If you want to do it by yourself then the most popular plugin for debugging in Neovim is nvim-dap and there is also an extension for Python to give you a more ready to go config instead of doing it yourself. You should read the docs of those 2 to see how you should customize accordingly your configuration.
-
Need help setting working directory of my debugger for python in neovim
I figured out a solution btw. I got this plugin and created a .vscode/launch.json file for my project and set the cwd in there
-
Does anyone ever use Neovim to debug PyTorch?
lmao. I'm asking this because I'm trying to do this. Just want to know whether this is a good idea. I have some basic setup using nvim-dap-python.
- What has been people's experience with nvim-dap? Or integrating the debugging experience within Neovim itself?
-
Supercharge Python Development with this Plugin
Oh yes.. I think https://github.com/mfussenegger/nvim-dap-python is what you are looking for. The configuration might not be as simple as the VS code equivalent but seems to serve the same purpose?
-
Finding the right Virtual Envs with Pyright and DAP.
But how do specify the same virtual env for Debugging with dap? nvim-dap-python is looking for the env variables VIRTUAL_ENV and CONDA_PREFIX. But that means i cannot open multiple python projects in the same nvim instance.
-
What IDE do you think is best for Python Programming? I currently am using Visual Studio Code but am open to test others...
Yes, you can use nvim-dap-ui on top of nvim-dap or just nvim-dap-python (note that I haven‘t used the latter). Both options are able to parse .vscode/launch.json debug configs.
-
How to setup neotest with neotest-python and dap?
Have you installed and configured nvim-dap and nvim-dap-python ?
What are some alternatives?
vim-test - Run your tests at the speed of thought [Moved to: https://github.com/vim-test/vim-test]
nvim-dap - Debug Adapter Protocol client implementation for Neovim
neotest - An extensible framework for interacting with tests within NeoVim.
debugpy - An implementation of the Debug Adapter Protocol for Python
vim-test - Run your tests at the speed of thought
mason-lspconfig.nvim - Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim.
telescope-dap.nvim - Integration for nvim-dap with telescope.nvim
neovim-remote - :ok_hand: Support for --remote and friends.
nvim-dap-ui - A UI for nvim-dap
NvChad - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
mason-tool-installer.nvim - Install and upgrade third party tools automatically
