mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
514c0a71f4
Helix changed the definition of options. E.g. editor specific options need to be prefixed with editor.
15 lines
221 B
TOML
15 lines
221 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"
|