mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim/lua/user/plugins/ide/debugger.lua: lazy-load dap plugins
This commit is contained in:
parent
ab45830a8e
commit
95d6b4ba0d
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
lazy = true,
|
||||
dependencies = {
|
||||
"rcarriga/nvim-dap-ui",
|
||||
},
|
||||
|
|
@ -42,6 +43,7 @@ return {
|
|||
{
|
||||
"rcarriga/nvim-dap-ui",
|
||||
optional = true,
|
||||
lazy = true,
|
||||
dependencies = {
|
||||
"mfussenegger/nvim-dap",
|
||||
"nvim-neotest/nvim-nio"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue