This commit is contained in:
m3tam3re
2024-09-10 10:17:55 +02:00
commit b1393f4b54
16 changed files with 1780 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"