update dotfiles

This commit is contained in:
2026-07-19 19:36:54 +08:00
parent b4010fe910
commit aef001a855
38 changed files with 1680 additions and 826 deletions
+11 -4
View File
@@ -1,5 +1,12 @@
-- ============================================================================
-- Rust 工具(通过 Mason + nvim-lspconfig 管理)
-- ============================================================================
-- =============================================================================
-- rustaceanvim.lua — Rust 开发增强
-- =============================================================================
-- rustaceanvim 自动管理 rust-analyzer,提供调试、测试等功能
-- 依赖:rustup 安装的 rust-analyzer(不要用 Mason 安装,避免冲突)
-- 安装:rustup component add rust-analyzer
return {}
return {
"mrcjkb/rustaceanvim",
ft = { "rust" },
version = "^6",
}