mirror of
https://github.com/taigrr/glaze.nvim.git
synced 2026-04-13 16:38:24 -07:00
- Auto-install now batches all registrations into a single deferred
install call (200ms debounce), preventing race conditions where
multiple deferred installs would reject each other
- Silent auto-install no longer pops open the Glaze UI window
- runner.install() accepts { silent: true } option to suppress UI
and notifications
- Add CI workflow (stylua format check + luacheck lint)
- Add .stylua.toml and .luacheckrc configs
- Fix empty if branch lint warning in runner.lua
- Apply stylua formatting to checker.lua and health.lua
7 lines
142 B
TOML
7 lines
142 B
TOML
column_width = 120
|
|
line_endings = "Unix"
|
|
indent_type = "Spaces"
|
|
indent_width = 2
|
|
quote_style = "AutoPreferDouble"
|
|
call_parentheses = "Always"
|