Vault 资讯瀑布官方2026.08.04 14:06 UTC+8

neovim/neovim 发布 nightly 版本

Neovim 发布 v0.13.0-dev-1212+g8d2b50c0ce nightly 版本,包含修复与功能更新,并提供各平台安装说明。

NVIM v0.13.0-dev-1212+g8d2b50c0ce
Build type: RelWithDebInfo
LuaJIT 2.1.1785746657

发布说明

  • 变更日志(修复 + 功能)
  • 新特性(Nvim 中运行 :help news

安装

Windows

Zip 压缩包
  1. 下载 nvim-win64.zip(ARM 版下载 nvim-win-arm64.zip
  2. 解压 zip
  3. 在终端中运行 nvim.exe
MSI
  1. 下载 nvim-win64.msi(ARM 版下载 nvim-win-arm64.msi
  2. 运行 MSI
  3. 在终端中运行 nvim.exe

注意:在 Windows "Server" 上,你可能需要安装 vcruntime*.dll

macOS(x86_64)

  1. 下载 nvim-macos-x86_64.tar.gz
  2. 运行 xattr -c ./nvim-macos-x86_64.tar.gz(以避免“未知开发者”警告)
  3. 解压:tar xzvf nvim-macos-x86_64.tar.gz
  4. 运行 ./nvim-macos-x86_64/bin/nvim

macOS(arm64)

  1. 下载 nvim-macos-arm64.tar.gz
  2. 运行 xattr -c ./nvim-macos-arm64.tar.gz(以避免“未知开发者”警告)
  3. 解压:tar xzvf nvim-macos-arm64.tar.gz
  4. 运行 ./nvim-macos-arm64/bin/nvim

Linux(x86_64)

如果你的系统没有所需的 glibc 版本,请尝试(不受支持的)面向旧版 glibc 的构建

AppImage
  1. 下载 nvim-linux-x86_64.appimage
  2. 运行 chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
    • 如果你的系统没有 FUSE,你可以解压 AppImage
      ./nvim-linux-x86_64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
压缩包
  1. 下载 nvim-linux-x86_64.tar.gz
  2. 解压:tar xzvf nvim-linux-x86_64.tar.gz
  3. 运行 ./nvim-linux-x86_64/bin/nvim

Linux(arm64)

AppImage
  1. 下载 nvim-linux-arm64.appimage
  2. 运行 chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
    • 如果你的系统没有 FUSE,你可以解压 AppImage
      ./nvim-linux-arm64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
压缩包
  1. 下载 nvim-linux-arm64.tar.gz
  2. 解压:tar xzvf nvim-linux-arm64.tar.gz
  3. 运行 ./nvim-linux-arm64/bin/nvim

其他

neovim/neovim released nightly

NVIM v0.13.0-dev-1212+g8d2b50c0ce
Build type: RelWithDebInfo
LuaJIT 2.1.1785746657

Release notes

  • Changelog (fixes + features)
  • News (:help news in Nvim)

Install

Windows

Zip
  1. Download nvim-win64.zip (or nvim-win-arm64.zip for ARM)
  2. Extract the zip
  3. Run nvim.exe in your terminal
MSI
  1. Download nvim-win64.msi (or nvim-win-arm64.msi for ARM)
  2. Run the MSI
  3. Run nvim.exe in your terminal

Note: On Windows "Server" you may need to install vcruntime*.dll.

macOS (x86_64)

  1. Download nvim-macos-x86_64.tar.gz
  2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
  4. Run ./nvim-macos-x86_64/bin/nvim

macOS (arm64)

  1. Download nvim-macos-arm64.tar.gz
  2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-arm64.tar.gz
  4. Run ./nvim-macos-arm64/bin/nvim

Linux (x86_64)

If your system does not have the required glibc version, try the (unsupported) builds for older glibc.

AppImage
  1. Download nvim-linux-x86_64.appimage
  2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-x86_64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-x86_64.tar.gz
  2. Extract: tar xzvf nvim-linux-x86_64.tar.gz
  3. Run ./nvim-linux-x86_64/bin/nvim

Linux (arm64)

AppImage
  1. Download nvim-linux-arm64.appimage
  2. Run chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-arm64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      
Tarball
  1. Download nvim-linux-arm64.tar.gz
  2. Extract: tar xzvf nvim-linux-arm64.tar.gz
  3. Run ./nvim-linux-arm64/bin/nvim

Other

查看原始发布