Trying out chezmoi

This commit is contained in:
Joe Frikker
2024-05-23 09:28:20 -04:00
parent 948b28d364
commit f8bc6681de
30 changed files with 0 additions and 0 deletions

26
.config/helix/config.toml Normal file
View File

@@ -0,0 +1,26 @@
theme = "catppuccin_frappe"
[editor]
auto-format = false
auto-save = true
# completion-replace = true
cursorline = true
idle-timeout = 0
rulers = [100]
text-width = 100
[editor.lsp]
goto-reference-include-declaration = false
[editor.cursor-shape]
insert = "bar"
[editor.smart-tab]
supersede-menu = true
[keys.normal.space]
space = "file_picker"
"," = "buffer_picker"
[editor.whitespace.render]
newline = "all"