languages/lua: add luacheck and stylua support (#763)

* Add lint(luacheck), format(stylua) support for lua

* fix comments for PR#763

* Update rl-0.8.md

---------

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
Venkatesan Ravi 2025-03-30 20:07:18 -07:00
commit 80ac1cbc7b
2 changed files with 69 additions and 2 deletions

View file

@ -284,6 +284,10 @@
- Add F# support under `vim.languages.fsharp`.
[venkyr77](https://github.com/venkyr77):
- Add lint (luacheck) and formatting (stylua) support for Lua.
[tebuevd](https://github.com/tebuevd):
- Fix `pickers` configuration for `telescope` by nesting it under `setupOpts`