Add nvim.AppImage external
This commit is contained in:
parent
3b01da4041
commit
0348e51bac
|
@ -79,3 +79,9 @@
|
||||||
type: "file"
|
type: "file"
|
||||||
url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh"
|
url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh"
|
||||||
refreshPeriod: "{{ $defaultRefresh }}"
|
refreshPeriod: "{{ $defaultRefresh }}"
|
||||||
|
|
||||||
|
".local/bin/nvim.AppImage":
|
||||||
|
type: "file"
|
||||||
|
url: "https://github.com/neovim/neovim/releases/download/stable/nvim.appimage"
|
||||||
|
executable: true
|
||||||
|
refreshPeriod: "{{ $defaultRefresh }}"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
nvim.AppImage
|
|
@ -0,0 +1 @@
|
||||||
|
nvim.AppImage
|
|
@ -0,0 +1 @@
|
||||||
|
nvim.AppImage
|
|
@ -0,0 +1 @@
|
||||||
|
nvim.AppImage
|
|
@ -0,0 +1 @@
|
||||||
|
nvim.AppImage
|
Loading…
Reference in New Issue