mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-10-31 23:56:27 +00:00
Remove debug messages from install-language-servers.sh
This commit is contained in:
parent
3f444b9dc1
commit
56c03f30c5
@ -14,14 +14,11 @@ while [[ $# -gt 0 ]]; do
|
||||
;;
|
||||
*)
|
||||
VIM_LANGS+=("$1")
|
||||
echo "Read arg $1"
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
echo "Langs! ${VIM_LANGS[*]}"
|
||||
|
||||
function want_lang() {
|
||||
if [ "${#VIM_LANGS[@]}" -eq 0 ]; then
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user