1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-07 22:03:27 +02:00
home-manager/tests/modules/programs/helix/settings-expected.toml

16 lines
221 B
TOML
Raw Normal View History

2022-01-04 00:09:24 +01:00
theme = "base16"
2022-04-24 09:17:04 +02:00
[editor]
line-number = "relative"
[editor.lsp]
display-messages = true
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]
2022-01-04 00:09:24 +01:00
[keys.normal.space]
q = ":q"
space = "file_picker"
w = ":w"