pocco81 / dap-buddy.nvim

🐞 Debug Adapter Protocol manager for Neovim
GNU General Public License v3.0
400 stars 48 forks source link

module 'dap-install.debuggers_list' not found #21

Closed pedro757 closed 3 years ago

pedro757 commented 3 years ago

https://github.com/Pocco81/DAPInstall.nvim/blob/3083f7973ea477ed4132c089c27614bc88bf36b3/lua/dap-install/api/debuggers.lua#L5-L7

I think it should be:

 function M.get_debuggers() 
    return require("dap-install.core.debuggers_list").debuggers 
 end