Wasynth
WebAssembly to Lua translation library and tool (by Rerumu)
StyLua
An opinionated Lua code formatter (by JohnnyMorganz)
Wasynth | StyLua | |
---|---|---|
1 | 11 | |
130 | 1,531 | |
- | - | |
7.3 | 7.3 | |
about 1 month ago | about 1 month ago | |
Rust | Rust | |
GNU General Public License v3.0 only | Mozilla Public License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Wasynth
Posts with mentions or reviews of Wasynth.
We have used some of these posts to build our list of alternatives
and similar projects.
StyLua
Posts with mentions or reviews of StyLua.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-04.
-
question about plugins
Use and enforce a style with StyLua) or LuaFormatte and neovim can autoformat for ya.
-
sumneko_lua not respecting project's stylua.toml
stylua.toml is the config file of Stylua not of sumneko-lua
-
StyLua now supports collapsing simple statements
Starting from version 0.14.0, StyLua (the Lua code formatter in Neovim world) implements option collapse_simple_statement. From release notes:
-
Writing a neovim plugin. Please send criticisms to make the code better
Check out StyLua if you want a code formatter.
-
luaCheck and class definition
Here is the instruction how to install and config.
-
Cannot run executables with Alpine and Busybox images
RUN wget -O stylua-0.11.0-linux.zip https://github.com/JohnnyMorganz/StyLua/releases/download/v0.11.0/stylua-0.11.0-linux.zip && \ unzip stylua-0.11.0-linux.zip && \ rm stylua-0.11.0-linux.zip && \ chmod +x stylua
-
Difference between require("foo") and require"foo"
If your function call has only one argument and it happens to be a literal string or a table, then you might want to eliminate the parenthesis. Use whatever style you prefer, the later is useful for some DSLs. Let stylua auto format it anyway.
-
Lua Indentation Woes
Have you tried any external programs to format your code instead? That's what I usually do. Just set 'formatprg', and use gq to format the code. With a quick search I found LuaFormatter, and StyLua, but I can't say if they format the code the way you want. In my experience, external code formaters will do a better job, and they have more options to tweak as well.
-
[question] Where can i find the formatter tool for lua ?
Have a look at https://github.com/JohnnyMorganz/StyLua together with https://github.com/jose-elias-alvarez/null-ls.nvim
-
lua-format : how to keep equals signs aligned (like EasyAlign)
I personally use https://github.com/JohnnyMorganz/StyLua and I am seeing it a lot in some popular projects like telescope.nvim, nvim-lspconfig and ther is also a PR to include it into neovim itself to format the lua files.
What are some alternatives?
When comparing Wasynth and StyLua you can also consider the following projects:
wasm2lua - wasm2lua: converting WASM into Lua
null-ls.nvim - Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
rluau - Idiomatic Luau bindings in 100% Rust
LuaFormatter - Code formatter for Lua
Prometheus - Lua Obfuscator written in pure Lua
vscode-lua-format - Reformats your Lua source code
script-bench-rs - Rust embedded scripting languages benchmark
selene - A blazing-fast modern Lua linter written in Rust
dash.nvim - 🏃💨 Search Dash.app from your Neovim fuzzy finder. Built with Rust 🦀 and Lua
luacheck - A tool for linting and static analysis of Lua code.
lua-style-guide - Lua Style Guide, as used by LuaRocks
lua-json5 - A json5 parser for luajit