neovim/neovim (neovim/neovim)
### [`v0.10.0`](https://togithub.com/neovim/neovim/releases/tag/v0.10.0): Nvim v0.10.0
[Compare Source](https://togithub.com/neovim/neovim/compare/v0.9.5...v0.10.0)
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1713484068
#### Release notes
- https://neovim.io/doc/user/news-0.10.html
#### 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
##### 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)
Minimum glibc version to run these releases is 2.31. People requiring releases
that work on older glibc versions can find them at
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://togithub.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://togithub.com/neovim/neovim/blob/master/INSTALL.md#install-from-package)
#### SHA256 Checksums
be1f0988d0de71c375982b87b86cd28d2bab35ece8285abe3b0aac57604dfc5a nvim-linux64.tar.gz
6a021e9465fe3d3375e28c3e94c1c2c4f7d1a5a67e4a78cf52d18d77b1471390 nvim.appimage
7e6cefbd1c3f6d76ec1f03170d4308808ce5cd288e0568203ed585a629bc79e7 nvim.appimage.zsync
ac4dc050f83e8537cfad3cbaf61ca4e5870ed30a7d0187cdaa33f8fa421aca1f nvim-macos-x86_64.tar.gz
e00452adbe1e90fb8c2d9bd41855b3f585bf6e2db31b9c35456d6253b0a152dd nvim-macos-arm64.tar.gz
e32390f8ed607c9a3749c2faba68e1dd9ecc6fa9a7cae544e4dadd810766d064 nvim-win64.zip
c75e6d029d4487f389c6c16168be62afc04dc7c277f9b6fb24f48b9a69f1bb61 nvim-win64.msi
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v0.9.5
->v0.10.0
Release Notes
neovim/neovim (neovim/neovim)
### [`v0.10.0`](https://togithub.com/neovim/neovim/releases/tag/v0.10.0): Nvim v0.10.0 [Compare Source](https://togithub.com/neovim/neovim/compare/v0.9.5...v0.10.0) NVIM v0.10.0 Build type: Release LuaJIT 2.1.1713484068 #### Release notes - https://neovim.io/doc/user/news-0.10.html #### 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 ##### 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) Minimum glibc version to run these releases is 2.31. People requiring releases that work on older glibc versions can find them at 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://togithub.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://togithub.com/neovim/neovim/blob/master/INSTALL.md#install-from-package) #### SHA256 Checksums be1f0988d0de71c375982b87b86cd28d2bab35ece8285abe3b0aac57604dfc5a nvim-linux64.tar.gz 6a021e9465fe3d3375e28c3e94c1c2c4f7d1a5a67e4a78cf52d18d77b1471390 nvim.appimage 7e6cefbd1c3f6d76ec1f03170d4308808ce5cd288e0568203ed585a629bc79e7 nvim.appimage.zsync ac4dc050f83e8537cfad3cbaf61ca4e5870ed30a7d0187cdaa33f8fa421aca1f nvim-macos-x86_64.tar.gz e00452adbe1e90fb8c2d9bd41855b3f585bf6e2db31b9c35456d6253b0a152dd nvim-macos-arm64.tar.gz e32390f8ed607c9a3749c2faba68e1dd9ecc6fa9a7cae544e4dadd810766d064 nvim-win64.zip c75e6d029d4487f389c6c16168be62afc04dc7c277f9b6fb24f48b9a69f1bb61 nvim-win64.msiConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.