better helix conf

This commit is contained in:
dusk 2022-04-10 14:07:13 +03:00
parent efef150624
commit 92c7c99264
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -693,8 +693,25 @@ in {
'';
"helix/config.toml".text = ''
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
'';
"helix/languages.toml".text = ''
[[language]]