lunarvim.org icon indicating copy to clipboard operation
lunarvim.org copied to clipboard

need to update document about DAP

Open endlesscpp opened this issue 2 years ago • 3 comments

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.

endlesscpp avatar May 14 '22 07:05 endlesscpp

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

codepete avatar Aug 19 '22 00:08 codepete

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 avatar Aug 20 '22 09:08 kylo252

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

codepete avatar Aug 22 '22 16:08 codepete