feat(dap): remove dap
not used
This commit is contained in:
@@ -76,18 +76,6 @@ local plugins = {
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
},
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
config = require("plugins.dap").setup,
|
||||
},
|
||||
{
|
||||
"rcarriga/nvim-dap-ui",
|
||||
config = require("plugins.dap_ui"),
|
||||
dependencies = {
|
||||
"mfussenegger/nvim-dap",
|
||||
"nvim-neotest/nvim-nio",
|
||||
},
|
||||
},
|
||||
{
|
||||
"tpope/vim-fugitive",
|
||||
config = require("plugins.fugitive"),
|
||||
|
||||
Reference in New Issue
Block a user