Make LUA LSP location flexible
This commit is contained in:
parent
158d09efa3
commit
33baa46c6b
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/env bash
|
#!/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" "$@"
|
||||||
|
|
Loading…
Reference in a new issue