BIRD.nvim 1.0.11
🔧 Changed / 变更
-
🏷️ 同步插件与语法版本 / Synchronized plugin and syntax versions
将 Neovim runtime 内置语法更新为
1.0.11-20260611,与独立 BIRD.vim
及主语法仓库保持一致;现有 Lua 配置接口保持兼容。Updated the bundled Neovim syntax to
1.0.11-20260611, matching BIRD.vim
and the canonical grammar repository while preserving the existing Lua
configuration interface.
Installation
Using lazy.nvim:
{
"bird-chinese-community/BIRD.nvim",
version = "v1.0.11",
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.