dotfiles/config/helix/config.toml

13 lines
306 B
TOML

# Configuration for helix editor.
#
# See https://docs.helix-editor.com/configuration.html
# Custom derivative of gruvbox
theme = "glfmn"
[editor]
color-modes = true # Differentiate between modes in lower left-hand corner
bufferline = "multiple" # Show buffers as tabs
[editor.whitespace]
render = "all"