summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index c15b0b27..f4abdce7 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -400,6 +400,12 @@ return require("packer").startup(function(use)
run = 'npm install --prefix server',
disable = not O.plugin.bracey.active
}
+ -- Debugger management
+ use {
+ 'Pocco81/DAPInstall.nvim',
+ event = "BufRead",
+ disable = not O.plugin.dap_install.active
+ }
-- LANGUAGE SPECIFIC GOES HERE