pocco81 / dap-buddy.nvim

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

require "dap_install" doesn't find anything #69

Open Huray-hub opened 2 years ago

Huray-hub commented 2 years ago

image

image

Installed with packer Default settings

neovim version: latest stable

0styx0 commented 2 years ago

This worked for me:

    use {
        'Pocco81/DAPInstall.nvim',
        module = 'dap-install',
    }
sultanahamer commented 2 years ago

Until dap-buddy get documentation etc ready, we can I think use "dev" branch which still has older code. Once we learn about dap-buddy how to setup and install, we can move to dap-buddy main branch.

pocco81 commented 2 years ago

It's not ready yet, so it's expected for this to happen. My recommendation, as @sultanahamer said, is to use the dev branch.