Make LUA LSP location flexible

This commit is contained in:
Evie Litherland-Smith 2023-01-27 22:12:19 +00:00
parent 158d09efa3
commit 33baa46c6b

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
exec "$HOME/.dotfiles/lua-lsp/bin/lua-language-server" "$@"
exec "$(dirname $(dirname $(readlink -f $0)))/lua-lsp/bin/lua-language-server" "$@"