0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. neovim-harmonyos
  2. /
  3. runtime
  4. /
  5. lua
  6. /
  7. vim
  8. /
  9. pack
EEvgeni Chasnovskifix(pack): rename confirmation buffer to again use nvim-pack:// scheme
f492f62c创建于 2025年11月17日历史提交
文件最后提交记录最后更新时间
_lsp.lua
fix(pack): rename confirmation buffer to again use nvim-pack:// scheme Problem: nvim:// scheme feels more like a generalized interface that may be requested externally, and it acts like CLI args (roughly). This is how vscode:// works. Anything that behaves like an "app" or a "protocol" deserves its own scheme. For such Nvim-owned things they will be called nvim-xx://. Solution: Use nvim-pack://confirm#<bufnr> template for confirmation buffer name instead of nvim://pack-confirm#<bufnr>. 6 个月前