fix: external: nvim release changed format
This commit is contained in:
parent
01143db2bd
commit
efa30d1a4e
|
@ -115,6 +115,6 @@
|
||||||
|
|
||||||
".local/bin/nvim.AppImage":
|
".local/bin/nvim.AppImage":
|
||||||
type: "file"
|
type: "file"
|
||||||
url: "https://github.com/neovim/neovim/releases/download/stable/nvim.appimage"
|
url: "https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage"
|
||||||
executable: true
|
executable: true
|
||||||
refreshPeriod: "{{ $defaultRefresh }}"
|
refreshPeriod: "{{ $defaultRefresh }}"
|
||||||
|
|
Loading…
Reference in New Issue