feat: migrate nvim to dotfiles repo

This commit is contained in:
2025-12-22 05:00:16 +00:00
commit 23402e0153
5 changed files with 77 additions and 0 deletions

6
nvim/.stylua.toml Normal file
View File

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