Clean.
This commit is contained in:
parent
99a6181bf1
commit
8eabbe4aeb
File diff suppressed because it is too large
Load Diff
4
vim/vim/install
Normal file → Executable file
4
vim/vim/install
Normal file → Executable 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
|
||||||
|
Loading…
Reference in New Issue
Block a user