Added kickstart-based nvim & kitty & zshrc configs

This commit is contained in:
mattr
2024-10-01 19:08:31 -05:00
commit 53985af163
15 changed files with 1404 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"