fix neovim version string

This commit is contained in:
Matthew Stobbs
2026-04-14 00:31:05 -06:00
parent 1eae6eb0db
commit 9fc6956947
3 changed files with 3 additions and 2 deletions

View File

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
.galaxy_install_info .galaxy_install_info
.lock .lock
.ansible/.lock

View File

@@ -2,7 +2,7 @@
# #
## Package: neovim ## Package: neovim
## Description: fork of vim focusing on modern development ## Description: fork of vim focusing on modern development
## Version: master ## Version: v0.12.1
## Methods: [source, system, appimage, archive] ## Methods: [source, system, appimage, archive]
## Helpers: [make, archive, appimage] ## Helpers: [make, archive, appimage]
--- ---
@@ -17,7 +17,7 @@
git_repo: https://github.com/neovim/neovim git_repo: https://github.com/neovim/neovim
appimage: appimage:
base_url: https://github.com/neovim/neovim/releases/download base_url: https://github.com/neovim/neovim/releases/download
version: 0.12.1 version: v0.12.1
pkgname: pkgname:
RedHat: neovim RedHat: neovim
Debian: neovim Debian: neovim