From 1ea780a69f03f0b44a9bc3766d73c7502602b988 Mon Sep 17 00:00:00 2001 From: kody Date: Mon, 15 Dec 2025 15:58:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(dap):=20=E5=88=A0=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E7=BB=B4=E6=8A=A4=E7=9A=84=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/lsp/dap.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/plugins/lsp/dap.lua b/lua/plugins/lsp/dap.lua index b6219a8..1e8640a 100644 --- a/lua/plugins/lsp/dap.lua +++ b/lua/plugins/lsp/dap.lua @@ -20,8 +20,6 @@ return { -- 调试适配器安装 -- Python "mfussenegger/nvim-dap-python", - -- Rust - "simrat39/rust-tools.nvim", }, config = function() local dap = require("dap")