1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00
home-manager/tests/modules/programs/helix/settings-expected.toml
Aneesh Bhave 0ff53f6d33
helix: add extraConfig option (#6575)
The extraConfig option can be used to append
ordered lines to helix configuration. Helix
depends on order for rendering minor mode menus.
2025-03-25 18:55:51 -05:00

18 lines
279 B
TOML

theme = "base16"
[editor]
line-number = "relative"
[editor.lsp]
display-messages = true
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]
[keys.normal.space]
q = ":q"
space = "file_picker"
w = ":w"
[keys.normal.G]
G = "goto_file_end"
g = "goto_file_start"