Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shun-shobon/asdf-lua-language-server
lua-language-server plugin for asdf version manager
https://github.com/shun-shobon/asdf-lua-language-server
Last synced: 7 days ago
JSON representation
lua-language-server plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/shun-shobon/asdf-lua-language-server
- Owner: shun-shobon
- License: mit
- Created: 2022-04-17T16:50:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T18:14:17.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:51:28.332Z (7 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-lua-language-server [![Build](https://github.com/shun-shobon/asdf-lua-language-server/actions/workflows/build.yml/badge.svg)](https://github.com/shun-shobon/asdf-lua-language-server/actions/workflows/build.yml) [![Lint](https://github.com/shun-shobon/asdf-lua-language-server/actions/workflows/lint.yml/badge.svg)](https://github.com/shun-shobon/asdf-lua-language-server/actions/workflows/lint.yml)
[lua-language-server](https://github.com/sumneko/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.
# Install
Plugin:
```shell
asdf plugin add lua-language-server https://github.com/shun-shobon/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/shun-shobon/asdf-lua-language-server/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Shuntaro Nishizawa](https://github.com/shun-shobon/)