We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
You need to run DBInstall. Documentation is outdated. Currently they're using dap-buddy.nvim which is sparse on documentation as well.
DBInstall
dap-buddy.nvim
Sorry, something went wrong.
dap-buddy.nvim should be superseded by mason.nvim
mason.nvim
Yes, but the command for dap-buddy.nvim is DBInstall for anyone who is stuck. mason.nvim is for LSP and not for DAP.
No branches or pull requests
I'm using neovim 0.7.0, when install debugger following the steps in: https://www.lunarvim.org/languages/go.html#lsp-settings
There reported "Not an editor command: DIInstall"
Then I added
in ~/.config/lvim/config.lua.
and DAPInstall and nvim-dap plugins are installed, however there still report "Not an editor command: DIInstall"
Very frustrating.
The text was updated successfully, but these errors were encountered: