chore(deps): update dependency neovim to v0.12.2 #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/neovim-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.11.6→0.12.2Release Notes
neovim/neovim (neovim)
v0.12.2: Nvim release buildCompare Source
Release notes
:help newsin Nvim)Install
Windows
Zip
nvim.exein your terminalMSI
nvim.exein your terminalNote: On Windows "Server" you may need to install
vcruntime*.dll.macOS (x86_64)
xattr -c ./nvim-macos-x86_64.tar.gz(to avoid "unknown developer" warning)tar xzvf nvim-macos-x86_64.tar.gz./nvim-macos-x86_64/bin/nvimmacOS (arm64)
xattr -c ./nvim-macos-arm64.tar.gz(to avoid "unknown developer" warning)tar xzvf nvim-macos-arm64.tar.gz./nvim-macos-arm64/bin/nvimLinux (x86_64)
If your system does not have the required glibc version, try the (unsupported) builds for older glibc.
AppImage
chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimageTarball
tar xzvf nvim-linux-x86_64.tar.gz./nvim-linux-x86_64/bin/nvimLinux (arm64)
AppImage
chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimageTarball
tar xzvf nvim-linux-arm64.tar.gz./nvim-linux-arm64/bin/nvimOther
v0.12.1: Nvim 0.12.1Compare Source
Release notes
:help newsin Nvim)Install
Windows
Zip
nvim.exein your terminalMSI
nvim.exein your terminalNote: On Windows "Server" you may need to install vcruntime140.dll.
macOS (x86_64)
xattr -c ./nvim-macos-x86_64.tar.gz(to avoid "unknown developer" warning)tar xzvf nvim-macos-x86_64.tar.gz./nvim-macos-x86_64/bin/nvimmacOS (arm64)
xattr -c ./nvim-macos-arm64.tar.gz(to avoid "unknown developer" warning)tar xzvf nvim-macos-arm64.tar.gz./nvim-macos-arm64/bin/nvimLinux (x86_64)
If your system does not have the required glibc version, try the (unsupported) builds for older glibc.
AppImage
chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimageTarball
tar xzvf nvim-linux-x86_64.tar.gz./nvim-linux-x86_64/bin/nvimLinux (arm64)
AppImage
chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimageTarball
tar xzvf nvim-linux-arm64.tar.gz./nvim-linux-arm64/bin/nvimOther
v0.12.0: Nvim 0.12.0Compare Source
Release notes
:help newsin Nvim)Install
Windows
Zip
nvim.exein your terminalMSI
nvim.exein your terminalNote: On Windows "Server" you may need to install vcruntime140.dll.
macOS (x86_64)
xattr -c ./nvim-macos-x86_64.tar.gz(to avoid "unknown developer" warning)tar xzvf nvim-macos-x86_64.tar.gz./nvim-macos-x86_64/bin/nvimmacOS (arm64)
xattr -c ./nvim-macos-arm64.tar.gz(to avoid "unknown developer" warning)tar xzvf nvim-macos-arm64.tar.gz./nvim-macos-arm64/bin/nvimLinux (x86_64)
If your system does not have the required glibc version, try the (unsupported) builds for older glibc.
AppImage
chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimageTarball
tar xzvf nvim-linux-x86_64.tar.gz./nvim-linux-x86_64/bin/nvimLinux (arm64)
AppImage
chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimageTarball
tar xzvf nvim-linux-arm64.tar.gz./nvim-linux-arm64/bin/nvimOther
v0.11.7: Nvim 0.11.7Compare Source
Release notes
:help newsin Nvim)Install
Windows
Zip
nvim.exein your terminalMSI
nvim.exein your terminalNote: On Windows "Server" you may need to install vcruntime140.dll.
macOS (x86_64)
xattr -c ./nvim-macos-x86_64.tar.gz(to avoid "unknown developer" warning)tar xzvf nvim-macos-x86_64.tar.gz./nvim-macos-x86_64/bin/nvimmacOS (arm64)
xattr -c ./nvim-macos-arm64.tar.gz(to avoid "unknown developer" warning)tar xzvf nvim-macos-arm64.tar.gz./nvim-macos-arm64/bin/nvimLinux (x86_64)
If your system does not have the required glibc version, try the (unsupported) builds for older glibc.
AppImage
chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimageTarball
tar xzvf nvim-linux-x86_64.tar.gz./nvim-linux-x86_64/bin/nvimLinux (arm64) - Untested
AppImage
chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimageTarball
tar xzvf nvim-linux-arm64.tar.gz./nvim-linux-arm64/bin/nvimOther
Configuration
📅 Schedule: (UTC)
🚦 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 command line instructions
Checkout
From your project repository, check out a new branch and test the changes.