We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a47c35 commit 11a7590Copy full SHA for 11a7590
src/content/docs/recipes/dap.mdx
@@ -117,7 +117,7 @@ return {
117
"rcarriga/nvim-dap-ui",
118
config = function(plugin, opts)
119
-- run default AstroNvim nvim-dap-ui configuration function
120
- require("plugins.configs.nvim-dap-ui")(plugin, opts)
+ require("astronvim.plugins.configs.nvim-dap-ui")(plugin, opts)
121
122
-- disable dap events that are created
123
local dap = require("dap")
0 commit comments