Added stylix

This commit is contained in:
Tyler Mayoff 2025-01-10 23:10:34 -05:00
parent bf14ab604e
commit c97591361a
8 changed files with 476 additions and 79 deletions

View file

@ -1,39 +0,0 @@
theme = "catppuccin_macchiato"
[editor]
auto-format = false
#gutters = ["line-numbers", "diagnostics", "diff"]
end-of-line-diagnostics = "warning"
[editor.inline-diagnostics]
cursor-line = "error"
[editor.statusline]
left = ["mode", "spinner", "spacer", "version-control", "file-name"]
[editor.file-picker]
#git-ignore = false
[editor.lsp]
display-inlay-hints = true
display-messages = true
[editor.cursor-shape]
insert = "bar"
[editor.soft-wrap]
enable = true
[keys.normal]
C-right = "move_next_word_start"
C-left = "move_prev_word_end"
a = "insert_mode"
i = "append_mode"
"=" = ":format"
[keys.normal.space]
F = "file_picker_in_current_buffer_directory"
[keys.insert]
C-right = "move_next_word_start"
C-left = "move_prev_word_end"