Skip to content

pocco81/dap-buddy.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿž dap-budy

Debug Adapter Protocol manager for Neovim

Stars Issues Repo Size

ย 

Dap Buddy allows you to manage debuggers provided by nvim-dap. It should ease out the process of installing, configuring and interacting with said debuggers. No troubleshooting needed. Just plug and play. At the moment the plugin has gone through some problems that could be traced back to the codebase itself; that's why I'm going to be doing a rewrite: faster, better, and without all the bugs it originally had. Stay tuned!

ย 

๐Ÿชด Index

ย 

๐Ÿ› ๏ธ Development

  1. Clone the repo
  2. Run this command:
make

This will load nvim and append your local clone's git root path to a new sessions' runtime path

  1. After changing anything run (within nvim):
:luafile %

Where % is the current file. It may be any other file's path.

ย 

๐Ÿ“œ License

dap-buddy.nvim is released under the GPL v3.0 license. It grants open-source permissions for users including:

  • The right to download and run the software freely
  • The right to make changes to the software as desired
  • The right to redistribute copies of the software
  • The right to modify and distribute copies of new versions of the software

For more convoluted language, see the LICENSE file.

ย