BIRD.nvim 1.0.8
✨ Added / 新增
-
🔤 扩展协议、属性与短语覆盖 / Expanded protocol, property, and phrase coverage
同步 BIRD.vim 中新增的协议与地址关键字、CLI 多词短语、byte string、属性与
操作符规则。Synchronized the protocol and address keywords, multi-word CLI phrases,
byte-string handling, property rules, and operators added in BIRD.vim.
🐛 Fixed / 修复
-
🔐 修正 RPKI 与语法镜像 / Corrected RPKI and the syntax mirror
修正
retry等 RPKI 关键字分类,并确保仓库内的 Neovim syntax 是可独立
安装的普通文件,而不是依赖仓库外路径的链接。Corrected RPKI keyword classification including
retryand kept the bundled
Neovim syntax as a standalone regular file rather than an external-path link.
Installation
Using lazy.nvim:
{
"bird-chinese-community/BIRD.nvim",
version = "v1.0.8",
lazy = false,
config = function()
require("bird2").setup()
end,
}The attached ZIP and tar.gz archives contain a standalone Neovim runtime
without development submodules. Verify downloads with SHA256SUMS.