add TODO to disable dap plugins that don't have the debugger installed
This commit is contained in:
@@ -764,7 +764,7 @@ require'lazy'.setup{ --{{{1
|
|||||||
dependencies = {
|
dependencies = {
|
||||||
'leoluz/nvim-dap-go',
|
'leoluz/nvim-dap-go',
|
||||||
'mfussenegger/nvim-dap-python',
|
'mfussenegger/nvim-dap-python',
|
||||||
'nicholasmata/nvim-dap-cs',
|
'nicholasmata/nvim-dap-cs', -- TODO: make these disabled if the correct debuggers are not installed by default!
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
',b',
|
',b',
|
||||||
|
|||||||
Reference in New Issue
Block a user