https://github.com/alicerunsonfedora/luals-nova
Finally, LuaLS for Panic's Nova editor
https://github.com/alicerunsonfedora/luals-nova
extension lua nova-extension
Last synced: 5 months ago
JSON representation
Finally, LuaLS for Panic's Nova editor
- Host: GitHub
- URL: https://github.com/alicerunsonfedora/luals-nova
- Owner: alicerunsonfedora
- License: mit
- Created: 2024-11-21T01:52:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T22:34:52.000Z (about 1 year ago)
- Last Synced: 2026-01-13T21:23:10.247Z (6 months ago)
- Topics: extension, lua, nova-extension
- Language: JavaScript
- Homepage: https://extensions.panic.com/extensions/net.marquiskurt/net.marquiskurt.luals-nova/
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
**LuaLS** provides deep integration with **Lua** through the [Lua Language Server](https://luals.github.io/) project.
> **⚠️ Disclaimer**
> This extension is not officially maintained or endorsed by the LuaLS project. Should you run into any issues with this extension, please file bug reports and feature requests on this project's page.

## Requirements
LuaLS requires some additional tools to be installed on your Mac:
- [Lua Language Server](https://luals.github.io)
> To install the current stable version of Lua Language Server with Homebrew, run `brew install lua-language-server`.
## Usage
LuaLS runs any time you open a local project, automatically lints all open files, then reports errors and warnings in Nova's **Issues** sidebar and the editor gutter.
### Configuration
To configure global preferences, open **Extensions → Extension Library...** then select LuaLS's **Preferences** tab.
Likewise, you can write a custom `.luarc.json` file in your local project to control the behaviors of LuaLS. Or, if you have a custom configuration file, you can open your Workspace settings to configure LuaLS with it.
[Configure LuaLS ›](https://luals.github.io/wiki/configuration/)