Files
dotfiles/dot_config/helix/config.toml
Joe Frikker 726d4b1548 changes
2024-05-31 09:39:32 -04:00

28 lines
435 B
TOML

theme = "catppuccin_frappe"
[editor]
auto-format = false
auto-pairs = 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"