Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bellini666/asdf-lua-language-server
lua-language-server plugin for the asdf version manager.
https://github.com/bellini666/asdf-lua-language-server
asdf asdf-plugin lua-language-server
Last synced: 6 days ago
JSON representation
lua-language-server plugin for the asdf version manager.
- Host: GitHub
- URL: https://github.com/bellini666/asdf-lua-language-server
- Owner: bellini666
- License: mit
- Created: 2023-03-12T20:27:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T21:33:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T10:53:15.330Z (about 2 months ago)
- Topics: asdf, asdf-plugin, lua-language-server
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# asdf-lua-language-server [![Build](https://github.com/bellini666/asdf-lua-language-server/actions/workflows/build.yml/badge.svg)](https://github.com/bellini666/asdf-lua-language-server/actions/workflows/build.yml) [![Lint](https://github.com/bellini666/asdf-lua-language-server/actions/workflows/lint.yml/badge.svg)](https://github.com/bellini666/asdf-lua-language-server/actions/workflows/lint.yml)
[lua-language-server](https://github.com/LuaLS/lua-language-server) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# 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:
```shell
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:
```shell
# 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](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](CONTRIBUTING.md).
[Thanks goes to these contributors](https://github.com/bellini666/asdf-lua-language-server/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Thiago Bellini Ribeiro](https://github.com/bellini666/)