better helix conf
This commit is contained in:
parent
efef150624
commit
92c7c99264
@ -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]]
|
||||
|
Loading…
Reference in New Issue
Block a user