Add neovim config with kickstart-modular. Update shell configs.

This commit is contained in:
2025-09-08 13:19:49 -07:00
parent d95796b131
commit b5ab96bb3d
28 changed files with 1470 additions and 7 deletions

6
config/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"