|
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 |
3 | 3 |
|
4 | 4 | PackageIdentifier: Neovim.Neovim.Nightly |
5 | 5 | PackageVersion: 0.12.0 |
6 | 6 | PackageLocale: en-US |
7 | 7 | Publisher: neovim.io |
8 | | -PublisherUrl: https://neovim.io |
| 8 | +PublisherUrl: https://neovim.io/ |
9 | 9 | PublisherSupportUrl: https://github.com/neovim/neovim/issues |
10 | 10 | PackageName: Neovim Nightly |
11 | | -PackageUrl: https://neovim.io |
| 11 | +PackageUrl: https://neovim.io/ |
12 | 12 | 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 |
14 | 14 | ShortDescription: Vim-fork focused on extensibility and usability |
15 | 15 | Moniker: nvim-nightly |
16 | 16 | Tags: |
|
19 | 19 | - text |
20 | 20 | - vi |
21 | 21 | - 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 |
22 | 76 | ManifestType: defaultLocale |
23 | | -ManifestVersion: 1.12.0 |
| 77 | +ManifestVersion: 1.10.0 |
0 commit comments