Pocco81/DAPInstall.nvim

github github
debugging
stars 395
issues 25
subscribers 16
forks 49
CREATED

2021-06-01

UPDATED

2 years ago


 

 

ðŸŠī 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.