extension: migrate nvim to editors/ (#317)

This commit is contained in:
ykiko
2025-11-28 01:46:37 +08:00
committed by GitHub
parent caf9a172d6
commit 2c11be9365
7 changed files with 371 additions and 293 deletions

6
editors/nvim/stylua.toml Normal file
View File

@@ -0,0 +1,6 @@
column_width = 160
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
quote_style = "AutoPreferSingle"
call_parentheses = "None"