Skip to content

BIRD.nvim 1.0.11

Choose a tag to compare

@Alice39s Alice39s released this 17 Jul 20:44
11f4e9a

🔧 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.