Skip to content

aerobounce/Sublime-Pretty-Lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒ™ 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

  1. Install stylua
  2. Package Control: Install Package
  3. Install Pretty Lua
  4. Linux / Windows users: Open Settings by Preferences: Pretty Lua Settings and setup path to stylua
{
    // Absolute Path to `stylua` Binary
    "binary": ".../stylua"
}