Skip to content

Commit 6b6adc3

Browse files
committed
📝 Add neolua
1 parent 71c7286 commit 6b6adc3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ repos:
9595
- id: bandit
9696
additional_dependencies:
9797
- tomli
98-
- repo: https://github.com/Koihik/LuaFormatter
99-
rev: 29afe1046ad015de96ffdb6d361a21882356e801
100-
hooks:
101-
- id: luaformatter
10298
- repo: https://github.com/lunarmodules/luacheck
10399
rev: v1.1.1
104100
hooks:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,8 @@ yay -S lua{,51,52,53}-prompt-style
7979
```sh
8080
luarocks install prompt-style
8181
```
82+
83+
## Similar Projects
84+
85+
- [neolua](https://github.com/nvim-neorocks/neorocks): Another lua interpreter
86+
based on neovim. It doesn't provide a REPL like lua.

0 commit comments

Comments
 (0)