BIRD.nvim 1.0.6
✨ Added / 新增
-
🐦 首个独立 Neovim 插件版本 / Initial standalone Neovim plugin
提供 Lua
setup()API、自动 filetype detection、health check、ftplugin、
BIRD 2 syntax、双语 README、vimdoc 与初始测试套件。Introduced the Lua
setup()API, automatic filetype detection, health
checks, an ftplugin, BIRD 2 syntax, bilingual READMEs, vimdoc, and the initial
test suite.
Installation
Using lazy.nvim:
{
"bird-chinese-community/BIRD.nvim",
version = "v1.0.6",
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.