Skip to content

Commit

Permalink
feat(dap): dap init
Browse files Browse the repository at this point in the history
  • Loading branch information
snelling-a committed May 9, 2023
1 parent 13b602c commit 03601e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"nvim-autopairs": { "branch": "master", "commit": "7747bbae60074acf0b9e3a4c13950be7a2dff444" },
"nvim-cmp": { "branch": "main", "commit": "935b4069ce73b60ba9075bf05ee6ab50ed3af1a9" },
"nvim-colorizer.lua": { "branch": "master", "commit": "dde3084106a70b9a79d48f426f6d6fec6fd203f7" },
"nvim-dap": { "branch": "master", "commit": "6cedcb527e264c8f25e86afa8dae74c6692dee51" },
"nvim-lspconfig": { "branch": "master", "commit": "7a8a97ed9b2e0bd8b30080500c656d9d9f90991d" },
"nvim-navic": { "branch": "master", "commit": "83dc174da915f9dbc9b51169e9b62a2e0d42b527" },
"nvim-notify": { "branch": "master", "commit": "159c6cf1be25a933f35e97499314c9faab55c98f" },
Expand Down
3 changes: 3 additions & 0 deletions lua/plugins/dap.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
local M = { "mfussenegger/nvim-dap" }

return M

0 comments on commit 03601e4

Please sign in to comment.