017c8cee8f
fix(nvim): disable noice cmdline/messages to stop popup flickering
...
noice's cmdline floating window was causing visible flicker when typing
:wq and other commands. Disable noice cmdline+messages entirely and
restore cmdheight=1 so native cmdline handles input stably.
noice still handles LSP and notifications via snacks.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-20 18:03:15 +08:00
26c6173a9c
fix(nvim): set cmdheight=0 to fix noice cmdline flickering
...
noice.nvim takes over cmdline rendering; keeping cmdheight=1 causes
native and noice popup to compete, producing flicker on :wq etc.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-20 18:00:59 +08:00
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
f5ab6eee24
chore: add configs
...
Signed-off-by: d0zingcat <iamtangli42@gmail.com >
2025-05-09 15:16:20 +08:00
d0zingcat
d4d819083c
switch to lazyvim
...
Signed-off-by: d0zingcat <lee.w.tang@gmail.com >
2025-02-22 23:42:29 +08:00