pkg(nixvim): Add .stylua.toml file to specify lua format

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent cfdd89c080
commit 933446925a
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

5
pkgs/nixvim/.stylua.toml Normal file
View file

@ -0,0 +1,5 @@
column_width = 120
indent_type = "Spaces"
indent_width = 2
[sort_requires]
enabled = true