mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-10-31 23:16: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")
|
VIM_LANGS+=("$1")
|
||||||
echo "Read arg $1"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Langs! ${VIM_LANGS[*]}"
|
|
||||||
|
|
||||||
function want_lang() {
|
function want_lang() {
|
||||||
if [ "${#VIM_LANGS[@]}" -eq 0 ]; then
|
if [ "${#VIM_LANGS[@]}" -eq 0 ]; then
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user