Skip to content

bellini666/asdf-lua-language-server

Repository files navigation

asdf-lua-language-server Build Lint

lua-language-server plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • ASDF_LUA_LANGUAGE_SERVER_OVERRIDE_ARCH: set this environment variable in your shell config to override the default architecture detection.

Install

Plugin:

asdf plugin add lua-language-server
# or
asdf plugin add lua-language-server https://github.com/bellini666/asdf-lua-language-server.git

lua-language-server:

# Show all installable versions
asdf list-all lua-language-server

# Install specific version
asdf install lua-language-server latest

# Set a version globally (on your ~/.tool-versions file)
asdf global lua-language-server latest

# Now lua-language-server commands are available
lua-language-server --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Thiago Bellini Ribeiro