mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.45k stars 193 forks source link

Docs missing from luarocks #1269

Open sahinf opened 3 months ago

sahinf commented 3 months ago

Debug adapter definition and debug configuration

I installed nvim-dap through rocks-nvim which installs through luarocks.

https://luarocks.org/modules/mfussenegger/nvim-dap/0.8.0-1

In the rockspec, the build.copy_directories is empty:

build = {
  type = 'builtin',
  copy_directories = { },
}

It should include the doc directory at least so that luarocks can package the help text.

Debug adapter version

No response

Steps to Reproduce

  1. Run Rocks install nvim-dap
  2. Navigate to install path ~/.local/share/nvim/rocks/lib/luarocks/rocks-5.1/nvim-dap/0.8.0-1/
  3. see contents of dir doc

Expected Result

should see a dap.txt file in that directory.

Actual Result

image