3 Commits
Author SHA1 Message Date
Super_Z 55f9387dc6 feat: 添加 Ctrl+Tab/Ctrl+Shift+Tab 切换标签
- Ctrl+Tab 下一个标签
- Ctrl+Shift+Tab 上一个标签
- 与 Shift+H/L 并存
2026-07-16 14:47:15 +08:00
Super_Z 94f64e9c75 fix: Ctrl+\ 终端报错 not a command
- 移除 keymaps.lua 中的 <C-\> ToggleTerm 绑定
- toggleterm 插件自身的 keys 配置会正确处理懒加载和键位绑定
2026-07-16 13:32:20 +08:00
Super_Z 8ad2067a64 feat: VSCode 风格 Neovim 配置
- 分层架构:config/{options,keymaps,lazy} + plugins/
- 保留:blink.cmp, oil.nvim, runner.lua, cmake-tools, diffview, tokyonight
- 新增 UI:bufferline, lualine, noice, nvim-notify, dashboard, dressing
- 新增编辑器:Comment, nvim-surround, vim-illuminate, toggleterm, flash
- 新增视觉:indent-blankline, nvim-ufo, rainbow-delimiters
- 新增 Git:lazygit 集成
- 新增 DAP:persistent-breakpoints, nvim-dap-virtual-text
- 修复:which-key 启用, rustaceanvim 填充, 键位冲突解决
- 语法检查:22/22 文件全部通过 luajit -b
2026-07-16 11:45:07 +08:00