Skip to content

Commit 4af7e07

Browse files
Update version: Neovim.Neovim.Nightly version 0.12.0 (microsoft#325370)
1 parent f2975a4 commit 4af7e07

File tree

3 files changed

+72
-14
lines changed

3 files changed

+72
-14
lines changed
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
# Automatically updated by the winget bot at 2025/Dec/17
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
33

44
PackageIdentifier: Neovim.Neovim.Nightly
55
PackageVersion: 0.12.0
66
InstallerLocale: en-US
77
InstallerType: wix
88
Scope: machine
9+
ProductCode: '{530841C5-845B-465C-8718-459240306ABF}'
10+
ReleaseDate: 2025-12-21
911
AppsAndFeaturesEntries:
1012
- DisplayName: Neovim
13+
ProductCode: '{530841C5-845B-465C-8718-459240306ABF}'
1114
UpgradeCode: '{207A1A70-7B0C-418A-A153-CA6883E38F4D}'
15+
InstallationMetadata:
16+
DefaultInstallLocation: '%ProgramFiles%/Neovim'
1217
Installers:
1318
- Architecture: x64
1419
InstallerUrl: https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.msi
15-
InstallerSha256: 7C97EAE66B649DE8BBD6DC6FF8FD6AD0BEEE05E0798F3C125ED6F9FAD65978EB
16-
ProductCode: '{95AF2EC5-C4BB-4EFA-A62C-5CA0DCBB2F74}'
20+
InstallerSha256: C99D34AFFC6B4F4F813E1821403CF80458A482C3DAFC20040923ED3D8F0398FD
1721
ManifestType: installer
18-
ManifestVersion: 1.12.0
22+
ManifestVersion: 1.10.0
Lines changed: 60 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Automatically updated by the winget bot at 2025/Dec/17
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
33

44
PackageIdentifier: Neovim.Neovim.Nightly
55
PackageVersion: 0.12.0
66
PackageLocale: en-US
77
Publisher: neovim.io
8-
PublisherUrl: https://neovim.io
8+
PublisherUrl: https://neovim.io/
99
PublisherSupportUrl: https://github.com/neovim/neovim/issues
1010
PackageName: Neovim Nightly
11-
PackageUrl: https://neovim.io
11+
PackageUrl: https://neovim.io/
1212
License: Apache-2.0 or Vim
13-
LicenseUrl: https://github.com/neovim/neovim/blob/master/LICENSE.txt
13+
LicenseUrl: https://github.com/neovim/neovim/blob/HEAD/LICENSE.txt
1414
ShortDescription: Vim-fork focused on extensibility and usability
1515
Moniker: nvim-nightly
1616
Tags:
@@ -19,5 +19,59 @@ Tags:
1919
- text
2020
- vi
2121
- vim
22+
ReleaseNotes: |-
23+
NVIM v0.12.0-dev-1871+gad330e99d1
24+
Build type: RelWithDebInfo
25+
LuaJIT 2.1.1765228720
26+
Release notes
27+
- Changelog (fixes + features)
28+
- News (:help news in Nvim)
29+
Install
30+
Windows
31+
Zip
32+
1. Download nvim-win64.zip (or nvim-win-arm64.zip for ARM)
33+
2. Extract the zip
34+
3. Run nvim.exe in your terminal
35+
MSI
36+
1. Download nvim-win64.msi (or nvim-win-arm64.msi for ARM)
37+
2. Run the MSI
38+
3. Run nvim.exe in your terminal
39+
Note: On Windows "Server" you may need to install vcruntime140.dll.
40+
macOS (x86_64)
41+
1. Download nvim-macos-x86_64.tar.gz
42+
2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
43+
3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
44+
4. Run ./nvim-macos-x86_64/bin/nvim
45+
macOS (arm64)
46+
1. Download nvim-macos-arm64.tar.gz
47+
2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
48+
3. Extract: tar xzvf nvim-macos-arm64.tar.gz
49+
4. Run ./nvim-macos-arm64/bin/nvim
50+
Linux (x86_64)
51+
If your system does not have the required glibc version, try the (unsupported) builds for older glibc.
52+
AppImage
53+
1. Download nvim-linux-x86_64.appimage
54+
2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
55+
- If your system does not have FUSE you can extract the appimage:
56+
./nvim-linux-x86_64.appimage --appimage-extract
57+
./squashfs-root/usr/bin/nvim
58+
Tarball
59+
1. Download nvim-linux-x86_64.tar.gz
60+
2. Extract: tar xzvf nvim-linux-x86_64.tar.gz
61+
3. Run ./nvim-linux-x86_64/bin/nvim
62+
Linux (arm64)
63+
AppImage
64+
1. Download nvim-linux-arm64.appimage
65+
2. Run chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
66+
- If your system does not have FUSE you can extract the appimage:
67+
./nvim-linux-arm64.appimage --appimage-extract
68+
./squashfs-root/usr/bin/nvim
69+
Tarball
70+
1. Download nvim-linux-arm64.tar.gz
71+
2. Extract: tar xzvf nvim-linux-arm64.tar.gz
72+
3. Run ./nvim-linux-arm64/bin/nvim
73+
Other
74+
- Install by package manager
75+
ReleaseNotesUrl: https://github.com/neovim/neovim/releases/tag/nightly
2276
ManifestType: defaultLocale
23-
ManifestVersion: 1.12.0
77+
ManifestVersion: 1.10.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Automatically updated by the winget bot at 2025/Dec/17
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
33

44
PackageIdentifier: Neovim.Neovim.Nightly
55
PackageVersion: 0.12.0
66
DefaultLocale: en-US
77
ManifestType: version
8-
ManifestVersion: 1.12.0
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)