1 2 3 4
#!/usr/bin/env bash MODREV=$(git describe --tags --always --first-parent | tr -d "v") luarocks install "nvim-lspconfig" "$MODREV"