aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/test-luarocks-install.sh
blob: 8d8d324200348e817557e80553100d2b99f69ed0 (plain) (blame)
1
2
3
4
#!/usr/bin/env bash

MODREV=$(git describe --tags --always --first-parent | tr -d "v")
luarocks install "nvim-lspconfig" "$MODREV"