added keys to the nvim-dap plugin so that it only loads when I actually use the dap
This commit is contained in:
@@ -336,7 +336,7 @@ require'lazy'.setup{ --{{{1
|
|||||||
'leoluz/nvim-dap-go',
|
'leoluz/nvim-dap-go',
|
||||||
'mfussenegger/nvim-dap-python',
|
'mfussenegger/nvim-dap-python',
|
||||||
},
|
},
|
||||||
|
keys = {',b', ',db', ',B', '<B'},
|
||||||
config = function()
|
config = function()
|
||||||
require'nvim-dap-virtual-text'.setup{ commented = true, }
|
require'nvim-dap-virtual-text'.setup{ commented = true, }
|
||||||
require'dap-go'.setup()
|
require'dap-go'.setup()
|
||||||
|
|||||||
Reference in New Issue
Block a user