Fix installation of vim
This commit is contained in:
parent
b27fafcfca
commit
8246cee66a
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,6 @@ yay --noconfirm -Syu \
|
|||
htop \
|
||||
btop \
|
||||
nvtop \
|
||||
vim \
|
||||
vi-vim-symlink \
|
||||
zsh \
|
||||
fish \
|
||||
dconf-editor \
|
||||
|
@ -30,6 +28,7 @@ yay --noconfirm -Syu \
|
|||
flatpak \
|
||||
;
|
||||
|
||||
. "../Software/vim/install.sh";
|
||||
. "../Software/git/install.sh";
|
||||
. "../Config/openssh/install.sh";
|
||||
|
||||
|
|
Loading…
Reference in a new issue