版本发布 8
``` NVIM v0.12.0-dev-7030+g5e35c3772d Build type: RelWithDebInfo LuaJIT 2.1.1764593432 ``` ## Release notes - [Changelog](https://github.com/neovim/neovim/commit/5e35c3772dbbe0e6266776e9cdbf2ead5fd8ae1b) (fixes + features) - [News](./runtime/doc/news.txt) (`: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 vcruntime140.dll](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). ### 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](https://github.com/neovim/neovim-releases). #### 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](https://github.com/AppImage/AppImageKit/wiki/FUSE#type-2-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](https://github.com/AppImage/AppImageKit/wiki/FUSE#type-2-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 - Install by [package manager](https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package)
``` NVIM v0.11.0-dev-4760+g05435bf105 Build type: RelWithDebInfo LuaJIT 2.1.1736781742 ``` ## Install ### Windows #### Zip 1. Download **nvim-win64.zip** 2. Extract the zip 3. Run `nvim.exe` on your CLI of choice #### MSI 1. Download **nvim-win64.msi** 2. Run the MSI 3. Run `nvim.exe` on your CLI of choice Note: On Windows "Server" you may need to [install vcruntime140.dll](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). ### 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 (x64) glibc 2.31 or newer is required. Or you may try the (unsupported) [builds for older glibc](https://github.com/neovim/neovim-releases). #### AppImage 1. Download **nvim.appimage** 2. Run `chmod u+x nvim.appimage && ./nvim.appimage` - If your system does not have FUSE you can [extract the appimage](https://github.com/AppImage/AppImageKit/wiki/FUSE#type-2-appimage): ``` ./nvim.appimage --appimage-extract ./squashfs-root/usr/bin/nvim ``` #### Tarball 1. Download **nvim-linux64.tar.gz** 2. Extract: `tar xzvf nvim-linux64.tar.gz` 3. Run `./nvim-linux64/bin/nvim` ### Other - Install by [package manager](https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package) ## SHA256 Checksums ``` 33ff8cd4c8eb3c2d496790368c5ed235ac43df865d54cf1c593001c3732de743 nvim-linux64.tar.gz 9fb840b18fa385d7294792ad5e4c472cb46b46796ada5a8c7cfbe9485c4cabd7 nvim.appimage 314e149412bc126bd2e7493464807b88f458ea736ce51ef46d510a39f2058aa3 nvim.appimage.zsync d42221af5c78c0307c501fac4360ce97350f3d2f3f62deb37f5e36caf32e8e9f nvim-macos-x86_64.tar.gz ef0f2ac19c2b52807ee6d52ddf07b17d4a99e2146286748f7172ad1b26fd75f7 nvim-macos-arm64.tar.gz 89bb1e48cf3f2f93e59995011a7ee17a55f395f4faa17415b6b9732bd7e98f7a nvim-win64.zip 4dfa464567168b84a068c9a56ac9f1579f2805c1af2f140090f7c98cc0fa3cfa nvim-win64.msi ```
``` NVIM v0.11.0-dev-4760+g05435bf105 Build type: RelWithDebInfo LuaJIT 2.1.1736781742 ``` ## Install ### Windows #### Zip 1. Download **nvim-win64.zip** 2. Extract the zip 3. Run `nvim.exe` on your CLI of choice #### MSI 1. Download **nvim-win64.msi** 2. Run the MSI 3. Run `nvim.exe` on your CLI of choice Note: On Windows "Server" you may need to [install vcruntime140.dll](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). ### 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 (x64) glibc 2.31 or newer is required. Or you may try the (unsupported) [builds for older glibc](https://github.com/neovim/neovim-releases). #### AppImage 1. Download **nvim.appimage** 2. Run `chmod u+x nvim.appimage && ./nvim.appimage` - If your system does not have FUSE you can [extract the appimage](https://github.com/AppImage/AppImageKit/wiki/FUSE#type-2-appimage): ``` ./nvim.appimage --appimage-extract ./squashfs-root/usr/bin/nvim ``` #### Tarball 1. Download **nvim-linux64.tar.gz** 2. Extract: `tar xzvf nvim-linux64.tar.gz` 3. Run `./nvim-linux64/bin/nvim` ### Other - Install by [package manager](https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package) ## SHA256 Checksums ``` 081592b1f1f24f969ff9efd34caaafb5d4733004ba34c829200480f64255c5d2 nvim-linux64.tar.gz d825dd9b25427f80f57b76453e0a2c28a1b418dfe653ec32b8e4f491f7f0abe8 nvim.appimage 3a9f822d6f7a0a2a6f89ee3f2d671bfacc804799420a441a86245a97b565169a nvim.appimage.zsync 9987434951e0f662f05da0cee89df1b7baee69f38f5220e737262b8a0fae0d6d nvim-macos-x86_64.tar.gz 58e5f3823a613d4ec61d321237dc31bbdf98fd269637b2a8c1933458d87df33a nvim-macos-arm64.tar.gz 399cd4c18142a3117ef12b4ce859e7476976256a4eb861f16777913776d620f0 nvim-win64.zip 93fadb5f5247709c6f764410ac3790c72f6ac16205535a7e0847a221a6c42d7a nvim-win64.msi ```
``` NVIM v0.11.0-dev-4760+g05435bf105 Build type: RelWithDebInfo LuaJIT 2.1.1736781742 ``` ## Install ### Windows #### Zip 1. Download **nvim-win64.zip** 2. Extract the zip 3. Run `nvim.exe` on your CLI of choice #### MSI 1. Download **nvim-win64.msi** 2. Run the MSI 3. Run `nvim.exe` on your CLI of choice Note: On Windows "Server" you may need to [install vcruntime140.dll](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). ### 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 (x64) glibc 2.31 or newer is required. Or you may try the (unsupported) [builds for older glibc](https://github.com/neovim/neovim-releases). #### AppImage 1. Download **nvim.appimage** 2. Run `chmod u+x nvim.appimage && ./nvim.appimage` - If your system does not have FUSE you can [extract the appimage](https://github.com/AppImage/AppImageKit/wiki/FUSE#type-2-appimage): ``` ./nvim.appimage --appimage-extract ./squashfs-root/usr/bin/nvim ``` #### Tarball 1. Download **nvim-linux64.tar.gz** 2. Extract: `tar xzvf nvim-linux64.tar.gz` 3. Run `./nvim-linux64/bin/nvim` ### Other - Install by [package manager](https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package) ## SHA256 Checksums ``` f156db1bf5c5d1f412a9d21d10bbc53f7697b35676709dec0b3337f12ce3576e nvim-linux64.tar.gz 0a49aa3ddcaca8dae94dfb9dd8817380ec763e5f432f5fb1f5119677a2f4bb46 nvim.appimage d16348abd101ba81fbc393a491b128e9b6697792d7a0c803e58678dad77819a4 nvim.appimage.zsync b78428c93dbc6985b2e4e08a2b8ede6faaaafc09aef018e0673b7b6971005549 nvim-macos-x86_64.tar.gz e96c94abceaa66c4bb523bf849c7470486317c52393449ea6063ae0ad69a14ea nvim-macos-arm64.tar.gz bd3c0b6d7bb2827d267f19f8c3b787a83ac72b05d84666b0a0b5df70d5b13010 nvim-win64.zip d0c178dfd76b4f9a1df4fc5fd1dbe21870ae9e30d3e2b3b1c16655a3ee5c765d nvim-win64.msi ```
``` NVIM v0.11.0-dev-4760+g05435bf105 Build type: RelWithDebInfo LuaJIT 2.1.1736781742 ``` ## Install ### Windows #### Zip 1. Download **nvim-win64.zip** 2. Extract the zip 3. Run `nvim.exe` on your CLI of choice #### MSI 1. Download **nvim-win64.msi** 2. Run the MSI 3. Run `nvim.exe` on your CLI of choice Note: On Windows "Server" you may need to [install vcruntime140.dll](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). ### 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 (x64) glibc 2.31 or newer is required. Or you may try the (unsupported) [builds for older glibc](https://github.com/neovim/neovim-releases). #### AppImage 1. Download **nvim.appimage** 2. Run `chmod u+x nvim.appimage && ./nvim.appimage` - If your system does not have FUSE you can [extract the appimage](https://github.com/AppImage/AppImageKit/wiki/FUSE#type-2-appimage): ``` ./nvim.appimage --appimage-extract ./squashfs-root/usr/bin/nvim ``` #### Tarball 1. Download **nvim-linux64.tar.gz** 2. Extract: `tar xzvf nvim-linux64.tar.gz` 3. Run `./nvim-linux64/bin/nvim` ### Other - Install by [package manager](https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package) ## SHA256 Checksums ``` 82141a1594ec59fa77e172e91a51ce2e5d84dee8c4733567bf02b560cbb895e4 nvim-linux64.tar.gz 63484ea6dc401804411f8c5b2f956b9e6c985e015b0f5b23d77cebd6c27c0541 nvim.appimage 1b2f290b21bca0ff72509ad81b8ba4ea94c40d85a2ff894dce7ff41a1b382d2c nvim.appimage.zsync 7b39c5af134455df67dfd75b0db2f4c035b3757ced3650c2052c9a5530cc7ca1 nvim-macos-x86_64.tar.gz e6d291cb3a14a14d16290ea2d39d95f4ef99a6ec16816463dce17ff892b9232c nvim-macos-arm64.tar.gz f9919c807bf116b120f87dc2c87368a5715d2098cd774fbcfbb924b20308187b nvim-win64.zip 1233788030aaed0b9b3e0985aa11e61cf06e1db53b449fbdcd7216919a18805f nvim-win64.msi ```
``` NVIM v0.11.0-dev-4760+g05435bf105 Build type: RelWithDebInfo LuaJIT 2.1.1736781742 ``` ## Install ### Windows #### Zip 1. Download **nvim-win64.zip** 2. Extract the zip 3. Run `nvim.exe` on your CLI of choice #### MSI 1. Download **nvim-win64.msi** 2. Run the MSI 3. Run `nvim.exe` on your CLI of choice Note: On Windows "Server" you may need to [install vcruntime140.dll](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). ### 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 (x64) glibc 2.31 or newer is required. Or you may try the (unsupported) [builds for older glibc](https://github.com/neovim/neovim-releases). #### AppImage 1. Download **nvim.appimage** 2. Run `chmod u+x nvim.appimage && ./nvim.appimage` - If your system does not have FUSE you can [extract the appimage](https://github.com/AppImage/AppImageKit/wiki/FUSE#type-2-appimage): ``` ./nvim.appimage --appimage-extract ./squashfs-root/usr/bin/nvim ``` #### Tarball 1. Download **nvim-linux64.tar.gz** 2. Extract: `tar xzvf nvim-linux64.tar.gz` 3. Run `./nvim-linux64/bin/nvim` ### Other - Install by [package manager](https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package) ## SHA256 Checksums ``` d086b1c326cf8f08a1c51372741701c91d5efd5c094b059b79c4473da973226d nvim-linux64.tar.gz 689ee2f9c36b04a2554f8f977cbac241de5567c89424d9f174618e5dca350b25 nvim.appimage 5d65af82f27417b73ff0bdbee3c756cca43e93388205f53116da0e3d9fa0bfa2 nvim.appimage.zsync 6d494b219454bbe8d8630f9b04aad05f4faf9246baa9227db38ef3fe4e9cea1b nvim-macos-x86_64.tar.gz c3f1b717c1f9af5240bd6aae25ac3fdbc865743a4915ea4c53157f96a299cea5 nvim-macos-arm64.tar.gz ff5612067de8f6e99e11f47536bb9e824e24daddd86d3d58c1acb3fab8123bee nvim-win64.zip 029ab8606f9131e4f9c19bc4cfce5f3024cbff5811a9881a2b6b7b949b2656c7 nvim-win64.msi ```
``` NVIM v0.11.0-dev-4760+g05435bf105 Build type: RelWithDebInfo LuaJIT 2.1.1736781742 ``` ## Install ### Windows #### Zip 1. Download **nvim-win64.zip** 2. Extract the zip 3. Run `nvim.exe` on your CLI of choice #### MSI 1. Download **nvim-win64.msi** 2. Run the MSI 3. Run `nvim.exe` on your CLI of choice Note: On Windows "Server" you may need to [install vcruntime140.dll](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). ### 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 (x64) glibc 2.31 or newer is required. Or you may try the (unsupported) [builds for older glibc](https://github.com/neovim/neovim-releases). #### AppImage 1. Download **nvim.appimage** 2. Run `chmod u+x nvim.appimage && ./nvim.appimage` - If your system does not have FUSE you can [extract the appimage](https://github.com/AppImage/AppImageKit/wiki/FUSE#type-2-appimage): ``` ./nvim.appimage --appimage-extract ./squashfs-root/usr/bin/nvim ``` #### Tarball 1. Download **nvim-linux64.tar.gz** 2. Extract: `tar xzvf nvim-linux64.tar.gz` 3. Run `./nvim-linux64/bin/nvim` ### Other - Install by [package manager](https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package) ## SHA256 Checksums ``` 8a28e6d34f24c0fb7ed4252f5908186fa1c86b3d03e23de3ff9d7a1283b3299f nvim-linux64.tar.gz 950835aa3e9140db62c1056ab9e4d96e963a2b58243d18f635105b9156d73fe3 nvim.appimage b339e7ffc7290779429b6fba4380af5d1dae628e1aee96362ae3bd68f418cf83 nvim.appimage.zsync 2754ec4a2b206779ec7ce92c6b4d11042833bc3256bf83bd70baf09af11b3889 nvim-macos-x86_64.tar.gz 60daddcfc924431de4f497cbf517d144e67e17c8bbad2ca5ca2fbd9b13750c1d nvim-macos-arm64.tar.gz 6d65b19711767758a80334913b8c85154ff4cc213a4c1a91d5b2e264a5f0d6c4 nvim-win64.zip cc8de2e983e6a6b22e152bcf8178519d20be5b5366937d63dbf19e387379fa6a nvim-win64.msi ```
``` NVIM v0.11.0-dev-4760+g05435bf105 Build type: RelWithDebInfo LuaJIT 2.1.1736781742 ``` ## Install ### Windows #### Zip 1. Download **nvim-win64.zip** 2. Extract the zip 3. Run `nvim.exe` on your CLI of choice #### MSI 1. Download **nvim-win64.msi** 2. Run the MSI 3. Run `nvim.exe` on your CLI of choice Note: On Windows "Server" you may need to [install vcruntime140.dll](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). ### 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 (x64) glibc 2.31 or newer is required. Or you may try the (unsupported) [builds for older glibc](https://github.com/neovim/neovim-releases). #### AppImage 1. Download **nvim.appimage** 2. Run `chmod u+x nvim.appimage && ./nvim.appimage` - If your system does not have FUSE you can [extract the appimage](https://github.com/AppImage/AppImageKit/wiki/FUSE#type-2-appimage): ``` ./nvim.appimage --appimage-extract ./squashfs-root/usr/bin/nvim ``` #### Tarball 1. Download **nvim-linux64.tar.gz** 2. Extract: `tar xzvf nvim-linux64.tar.gz` 3. Run `./nvim-linux64/bin/nvim` ### Other - Install by [package manager](https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package) ## SHA256 Checksums ``` 5a0be61ef8877ce6ab9dfe91f748ba9bc9762543573487e1b0ac28034cd6c87e nvim-linux64.tar.gz b426f94060c1dbc799e255f826c56c11e273d97a223b9eed2b219ad774e95226 nvim.appimage 0500828ade317d947adc570bf7877a94ea90135430dee90436a5d67c4e393857 nvim.appimage.zsync e49b8fc8abbb74c7478898864c32f9ae2b26be3612951151641d3c9d399dc431 nvim-macos-x86_64.tar.gz f1b88dea9a836a7230b22e17bfac16785faa95153545d994e97c679d911fd267 nvim-macos-arm64.tar.gz b53a37871b4fca084f2defe1f7af47057aa48b119f3e187fe46fa539c2c9efd6 nvim-win64.zip 601af4737592dc040daac88d24ea7ac52471626a06b5c00c1be077646dbddce6 nvim-win64.msi ```