|
|
6fd5d96043
|
refactor(nvim): 完整重写配置,支持 Go/Rust/Python/TypeScript 开发
- 架构重构:新增 plugins/lang/ 子目录,按语言拆分配置
- 补全引擎:nvim-cmp → blink.cmp + LuaSnip
- 文件浏览:新增 neo-tree(<Space>e)
- 语言支持:
- Go: ray-x/go.nvim + dap-go + neotest-go
- Rust: rustaceanvim + crates.nvim
- Python: venv-selector + dap-python + neotest-python
- TypeScript: typescript-tools.nvim(替换 ts_ls)
- LSP: lazydev + mason + mason-lspconfig + fidget + inc-rename
- 格式化: conform.nvim(lsp_format fallback,保存时自动格式化)
- Lint: nvim-lint(selene 替换 luacheck,Mason 可直接安装)
- UI: snacks.nvim(dashboard+notifier+picker)+ noice + lualine + bufferline
- 编辑增强: mini.ai + mini.surround + grug-far + flash + ufo + trouble v3
- 删除废弃文件: cmp/coding/null-ls/mason/lspconfig/go/python 等旧文件
- 修复: Neovim 0.12 treesitter query 校验报错(noice routes 过滤)
- 新增: NVIM_GUIDE.md 快捷键使用手册
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-04-07 16:55:07 +08:00 |
|
|
|
f9808c01a0
|
refactor(nvim): simplify fold config and remove statuscol
Switch to manual folding, remove treesitter foldexpr and statuscol.nvim dependency, simplify snacks statuscolumn config.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-03-04 21:35:08 +08:00 |
|
|
|
4eaabf5fb8
|
feat: a lot of configs
Signed-off-by: d0zingcat <iamtangli42@gmail.com>
|
2026-02-12 21:51:05 +08:00 |
|
|
|
36f59cda51
|
feat: add plugins
Signed-off-by: d0zingcat <iamtangli42@gmail.com>
|
2025-10-18 10:25:26 +08:00 |
|