You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(lua): skip selene install on aarch64 platforms (#1464)
* fix(pack.lua): skip selene install on aarch64 platforms
selene is not compatible with aarch64 (e.g., Raspberry Pi 5). This adds architecture detection to avoid installing selene where unsupported, while preserving all other functionality. This prevents startup errors and failed installs.
* style(lua-pack): fix stylua formatting for CI compliance
* Update README.md
* refactor(nvim-lint): group selene config under single if block
* Update init.lua
* Update init.lua
---------
Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com>
0 commit comments