Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need to update document about DAP #186

Open
endlesscpp opened this issue May 14, 2022 · 3 comments
Open

need to update document about DAP #186

endlesscpp opened this issue May 14, 2022 · 3 comments
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@endlesscpp
Copy link

endlesscpp commented May 14, 2022

I'm using neovim 0.7.0, when install debugger following the steps in: https://www.lunarvim.org/languages/go.html#lsp-settings

:DIInstall go_delve

There reported "Not an editor command: DIInstall"
Then I added

lvim.builtin.dap.active = true

in ~/.config/lvim/config.lua.
and DAPInstall and nvim-dap plugins are installed, however there still report "Not an editor command: DIInstall"

Very frustrating.

@codepete
Copy link

codepete commented Aug 19, 2022

You need to run DBInstall. Documentation is outdated. Currently they're using dap-buddy.nvim which is sparse on documentation as well.

@kylo252
Copy link
Contributor

kylo252 commented Aug 20, 2022

You need to run DBInstall. Documentation is outdated. Currently they're using dap-buddy.nvim which is sparse on documentation as well.

dap-buddy.nvim should be superseded by mason.nvim

@kylo252 kylo252 added documentation Improvements or additions to documentation help wanted Extra attention is needed labels Aug 20, 2022
@codepete
Copy link

Yes, but the command for dap-buddy.nvim is DBInstall for anyone who is stuck. mason.nvim is for LSP and not for DAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants