Add nvim.AppImage external
This commit is contained in:
parent
3b01da4041
commit
0348e51bac
6 changed files with 11 additions and 0 deletions
|
@ -79,3 +79,9 @@
|
|||
type: "file"
|
||||
url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh"
|
||||
refreshPeriod: "{{ $defaultRefresh }}"
|
||||
|
||||
".local/bin/nvim.AppImage":
|
||||
type: "file"
|
||||
url: "https://github.com/neovim/neovim/releases/download/stable/nvim.appimage"
|
||||
executable: true
|
||||
refreshPeriod: "{{ $defaultRefresh }}"
|
||||
|
|
1
_home/private_dot_local/bin/symlink_nvim
Normal file
1
_home/private_dot_local/bin/symlink_nvim
Normal file
|
@ -0,0 +1 @@
|
|||
nvim.AppImage
|
1
_home/private_dot_local/bin/symlink_vi
Normal file
1
_home/private_dot_local/bin/symlink_vi
Normal file
|
@ -0,0 +1 @@
|
|||
nvim.AppImage
|
1
_home/private_dot_local/bin/symlink_vim
Normal file
1
_home/private_dot_local/bin/symlink_vim
Normal file
|
@ -0,0 +1 @@
|
|||
nvim.AppImage
|
1
_home/private_dot_local/bin/symlink_vim.tiny
Normal file
1
_home/private_dot_local/bin/symlink_vim.tiny
Normal file
|
@ -0,0 +1 @@
|
|||
nvim.AppImage
|
1
_home/private_dot_local/bin/symlink_vimdiff
Normal file
1
_home/private_dot_local/bin/symlink_vimdiff
Normal file
|
@ -0,0 +1 @@
|
|||
nvim.AppImage
|
Loading…
Add table
Add a link
Reference in a new issue