mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 03:04:31 +02:00
remove lazyload dap
This commit is contained in:
parent
f30158d3e3
commit
4b0304d9bd
1 changed files with 3 additions and 3 deletions
|
@ -150,7 +150,7 @@ return require("packer").startup(function(use)
|
|||
-- Debugging
|
||||
use {
|
||||
"mfussenegger/nvim-dap",
|
||||
event = "BufWinEnter",
|
||||
-- event = "BufWinEnter",
|
||||
config = function()
|
||||
require "lv-dap"
|
||||
end,
|
||||
|
@ -160,7 +160,7 @@ return require("packer").startup(function(use)
|
|||
-- Debugger management
|
||||
use {
|
||||
"Pocco81/DAPInstall.nvim",
|
||||
event = "BufWinEnter",
|
||||
-- event = "BufWinEnter",
|
||||
-- event = "BufRead",
|
||||
disable = not O.plugin.dap.active,
|
||||
}
|
||||
|
@ -252,7 +252,7 @@ return require("packer").startup(function(use)
|
|||
|
||||
use {
|
||||
"mfussenegger/nvim-jdtls",
|
||||
ft = { "java" },
|
||||
-- ft = { "java" },
|
||||
disable = not O.lang.java.java_tools.active,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue