better helix conf
This commit is contained in:
parent
efef150624
commit
92c7c99264
@ -693,8 +693,25 @@ in {
|
|||||||
'';
|
'';
|
||||||
"helix/config.toml".text = ''
|
"helix/config.toml".text = ''
|
||||||
theme = "mytheme"
|
theme = "mytheme"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
line-number = "relative"
|
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 = ''
|
"helix/languages.toml".text = ''
|
||||||
[[language]]
|
[[language]]
|
||||||
|
Loading…
Reference in New Issue
Block a user