ark/users/patriot/config/helix/cfg.nix
2022-04-22 07:40:28 +03:00

23 lines
300 B
Nix

{...}: ''
theme = "mytheme"
[editor]
line-number = "relative"
middle-click-paste = false
true-color = true
[editor.cursor-shape]
insert = "bar"
[editor.auto-pairs]
'(' = ')'
'{' = '}'
'[' = ']'
'"' = '"'
"'" = "'"
'<' = '>'
[editor.lsp]
display-messages = true
''