(nvim) disable dap plugins
This commit is contained in:
parent
42ae4f3b30
commit
e9830aaa10
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
return {
|
||||
'mfussenegger/nvim-dap',
|
||||
enabled = false,
|
||||
config = function()
|
||||
local status, wk = pcall(require, "which-key")
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
return {
|
||||
"nvim-telescope/telescope-dap.nvim",
|
||||
enabled = false,
|
||||
dependencies = {
|
||||
'mfussenegger/nvim-dap'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue