Awesome
🌙 Pretty Lua
Lua Formatter for Sublime Text
- Uses
stylua
- Format on Save
- Fast Formatting
- Syntax Checking
- Inline Syntax Error Popup
- Auto Scroll to the point Parsing Error occurred
- Multiple Candidate Paths to
.stylua.toml
Install
- Install
stylua
Package Control: Install Package
- Install
Pretty Lua
- Linux / Windows users: Open Settings by <kbd>Preferences: Pretty Lua Settings</kbd> and setup path to
stylua
{
// Absolute Path to `stylua` Binary
"binary": ".../stylua"
}