vim removed
This commit is contained in:
parent
7da3f08a47
commit
679287be1b
1 changed files with 0 additions and 7 deletions
|
@ -153,13 +153,6 @@ installationloop
|
|||
putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch"
|
||||
rm -f "/home/$name/README.md" "/home/$name/LICENSE"
|
||||
|
||||
# Install vim `plugged` plugins.
|
||||
sudo -u "$name" mkdir -p "/home/$name/.config/nvim/autoload"
|
||||
curl "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim" > "/home/$name/.config/nvim/autoload/plug.vim"
|
||||
dialog --infobox "Installing (neo)vim plugins..." 4 50
|
||||
(sleep 30 && killall nvim) &
|
||||
sudo -u "$name" nvim -E -c "PlugUpdate|visual|q|q" >/dev/null 2>&1
|
||||
|
||||
# Enable services here.
|
||||
serviceinit alsa NetworkManager wpa_supplicant
|
||||
|
||||
|
|
Loading…
Reference in a new issue