ark/users/patriot/config/helix/cfg.nix
2022-06-10 21:36:34 +03:00

24 lines
328 B
Nix

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