neovim/neovim 发布 nightly 版本
Neovim 发布 v0.13.0-dev-1192 nightly 版本,包含修复与功能更新,并提供各平台安装说明。
中文处理结果
NVIM v0.13.0-dev-1192+ga5103c0853
Build type: RelWithDebInfo
LuaJIT 2.1.1785005726
发布说明
- 更新日志(修复与功能)
- 新闻(在 Nvim 中运行
:help news)
安装
Windows
Zip
- 下载 nvim-win64.zip(ARM 版请下载 nvim-win-arm64.zip)
- 解压 zip 文件
- 在终端中运行
nvim.exe
MSI
- 下载 nvim-win64.msi(ARM 版请下载 nvim-win-arm64.msi)
- 运行 MSI
- 在终端中运行
nvim.exe
注意:在 Windows “Server” 上,你可能需要安装 vcruntime*.dll。
macOS (x86_64)
- 下载 nvim-macos-x86_64.tar.gz
- 运行
xattr -c ./nvim-macos-x86_64.tar.gz(以避免“未知开发者”警告) - 解压:
tar xzvf nvim-macos-x86_64.tar.gz - 运行
./nvim-macos-x86_64/bin/nvim
macOS (arm64)
- 下载 nvim-macos-arm64.tar.gz
- 运行
xattr -c ./nvim-macos-arm64.tar.gz(以避免“未知开发者”警告) - 解压:
tar xzvf nvim-macos-arm64.tar.gz - 运行
./nvim-macos-arm64/bin/nvim
Linux (x86_64)
如果你的系统没有所需的 glibc 版本,可以尝试(不受支持的)面向旧版 glibc 的构建。
AppImage
- 下载 nvim-linux-x86_64.appimage
- 运行
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
- 如果你的系统没有 FUSE,可以解压 AppImage:
Tarball
- 下载 nvim-linux-x86_64.tar.gz
- 解压:
tar xzvf nvim-linux-x86_64.tar.gz - 运行
./nvim-linux-x86_64/bin/nvim
Linux (arm64)
AppImage
- 下载 nvim-linux-arm64.appimage
- 运行
chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage- 如果你的系统没有 FUSE,可以解压 AppImage:
./nvim-linux-arm64.appimage --appimage-extract ./squashfs-root/usr/bin/nvim
- 如果你的系统没有 FUSE,可以解压 AppImage:
Tarball
- 下载 nvim-linux-arm64.tar.gz
- 解压:
tar xzvf nvim-linux-arm64.tar.gz - 运行
./nvim-linux-arm64/bin/nvim
其他
- 通过包管理器安装
原始正文
neovim/neovim released nightly
NVIM v0.13.0-dev-1192+ga5103c0853
Build type: RelWithDebInfo
LuaJIT 2.1.1785005726
Release notes
- Changelog (fixes + features)
- News (
:help newsin Nvim)
Install
Windows
Zip
- Download nvim-win64.zip (or nvim-win-arm64.zip for ARM)
- Extract the zip
- Run
nvim.exein your terminal
MSI
- Download nvim-win64.msi (or nvim-win-arm64.msi for ARM)
- Run the MSI
- Run
nvim.exein your terminal
Note: On Windows "Server" you may need to install vcruntime*.dll.
macOS (x86_64)
- Download nvim-macos-x86_64.tar.gz
- Run
xattr -c ./nvim-macos-x86_64.tar.gz(to avoid "unknown developer" warning) - Extract:
tar xzvf nvim-macos-x86_64.tar.gz - Run
./nvim-macos-x86_64/bin/nvim
macOS (arm64)
- Download nvim-macos-arm64.tar.gz
- Run
xattr -c ./nvim-macos-arm64.tar.gz(to avoid "unknown developer" warning) - Extract:
tar xzvf nvim-macos-arm64.tar.gz - 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
- Download nvim-linux-x86_64.appimage
- 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
- If your system does not have FUSE you can extract the appimage:
Tarball
- Download nvim-linux-x86_64.tar.gz
- Extract:
tar xzvf nvim-linux-x86_64.tar.gz - Run
./nvim-linux-x86_64/bin/nvim
Linux (arm64)
AppImage
- Download nvim-linux-arm64.appimage
- 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
- If your system does not have FUSE you can extract the appimage:
Tarball
- Download nvim-linux-arm64.tar.gz
- Extract:
tar xzvf nvim-linux-arm64.tar.gz - Run
./nvim-linux-arm64/bin/nvim
Other
- Install by package manager