Skip to content

Commit fda709c

Browse files
committed
chore: use luals for style check
1 parent a8c5276 commit fda709c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Lint: [luacheck](https://github.com/lunarmodules/luacheck/)
1414

1515
Style Fixing: [EmmyLuaCodeStyle](https://github.com/CppCXY/EmmyLuaCodeStyle): `CodeCheck`
1616

17-
nvim-tree.lua migrated from stylua to EmmyLuaCodeStyle ~2024/10. `vim.lsp.buf.format()` may be used as it is the default formatter for luals
17+
nvim-tree.lua migrated from stylua to EmmyLuaCodeStyle ~2024/10. `vim.lsp.buf.format()` may be used as it is the default formatter for luals, using an embedded [EmmyLuaCodeStyle](https://github.com/CppCXY/EmmyLuaCodeStyle)
1818

1919
You can install them via you OS package manager e.g. `pacman`, `brew` or other via other package managers such as `cargo` or `luarocks`
2020

@@ -43,7 +43,7 @@ make lint
4343
make style
4444
```
4545

46-
You can automatically fix `CodeCheck` issues via:
46+
You can automatically fix style issues using `CodeCheck`:
4747

4848
```sh
4949
make style-fix

0 commit comments

Comments
 (0)