added keys to the nvim-dap plugin so that it only loads when I actually use the dap

This commit is contained in:
Ivar Fatland
2025-03-14 07:40:42 +01:00
parent 81bdd3d235
commit e538161ffc
+1 -1
View File
@@ -336,7 +336,7 @@ require'lazy'.setup{ --{{{1
'leoluz/nvim-dap-go',
'mfussenegger/nvim-dap-python',
},
keys = {',b', ',db', ',B', '<B'},
config = function()
require'nvim-dap-virtual-text'.setup{ commented = true, }
require'dap-go'.setup()