my-lunarvim-config
nvim-dap
my-lunarvim-config | nvim-dap | |
---|---|---|
2 | 138 | |
3 | 5,696 | |
- | - | |
6.8 | 8.4 | |
over 1 year ago | 9 days ago | |
Lua | Lua | |
GNU General Public License v3.0 only | 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.
my-lunarvim-config
-
Neovim meets VS Code
This is essentially a slimmed down LunarVim snapshot. I'm rolling my own, integrated with upstream. Neovim is going through a growth spurt with those talented guys at the helm. I think I've got all the important stuff working as far as keymaps and vimwiki etc https://github.com/gnmearacaun/LunarVim
nvim-dap
-
I can't stand using VSCode so I wrote my own (it wasn't easy)
There are DAP extensions for both Vim (e.g. https://github.com/puremourning/vimspector) and NeoVim (https://github.com/mfussenegger/nvim-dap). I can't speak as to the experience in detail (I think I briefly played with nvim-dap a year or two ago), but I suspect that for most it will be good enough.
-
Can you get better dapui varibles?
https://github.com/mfussenegger/nvim-dap/issues/1062 https://github.com/mfussenegger/nvim-dap/issues/737
-
How to start using Neovim for c++ development and debugging
Also, you can set up debugger integration with https://github.com/mfussenegger/nvim-dap .
- Build and run in one task using asynctasks.vim
-
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.
-
How to configure vim like an IDE
(neovim only) nvim-dap
-
How to display variable values inline?
https://github.com/mfussenegger/nvim-dap + https://github.com/theHamsta/nvim-dap-virtual-text should be able to do it, I think?
- New Nightmare, the Hammerhead Worm
-
Q: Setting up typescript debugger for neovim?
If you want to debug types in TypeScript, you could use marilari88/twoslash-queries.nvim. If you would like to debug TypeScript/JavaScript code, then you need mfussenegger/nvim-dap, you could read this article: Debugging using DAP to understand how to set up it.
What are some alternatives?
SpaceVim - A community-driven modular vim/neovim distribution - The ultimate vimrc
vimspector - vimspector - A multi-language debugging system for Vim
NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
NvChad - An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast. [Moved to: https://github.com/NvChad/NvChad]
nvim-gdb - Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB
vscode-neovim - Vim mode for VSCode, powered by Neovim
nvim-dap-python - An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
awesome-neovim - Collections of awesome neovim plugins.
CodeLLDB - A native debugger extension for VSCode based on LLDB
coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
vscode-cpptools - Official repository for the Microsoft C/C++ extension for VS Code.