fix(dap): 删除不再维护的插件

This commit is contained in:
2025-12-15 15:58:05 +08:00
parent 2e5863d7d4
commit 1ea780a69f

View File

@@ -20,8 +20,6 @@ return {
-- 调试适配器安装 -- 调试适配器安装
-- Python -- Python
"mfussenegger/nvim-dap-python", "mfussenegger/nvim-dap-python",
-- Rust
"simrat39/rust-tools.nvim",
}, },
config = function() config = function()
local dap = require("dap") local dap = require("dap")