feat: kickstart the neovim config

This commit is contained in:
Radu C. Martin 2024-12-09 10:05:33 +01:00
commit d8067a8048
4 changed files with 922 additions and 0 deletions

6
.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"