This commit is contained in:
Jeff Lance 2018-06-27 18:50:15 +02:00
parent 99a6181bf1
commit 8eabbe4aeb
2 changed files with 2 additions and 2511 deletions

File diff suppressed because it is too large Load Diff

4
vim/vim/install Normal file → Executable file
View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
echo "Updating/cleaning Vim plugins:" echo "Updating/cleaning Vim plugins."
# Thanks for greywh in #vim for this tip # Thanks for greywh in #vim for this tip
vim -E -s <<-EOF vim -E <<-EOF
:source ~/.vimrc :source ~/.vimrc
:PlugInstall :PlugInstall
:PlugClean :PlugClean