helix: replace entire word on autocompletion, modified statusbar
This commit is contained in:
parent
0b1f3ba8e3
commit
fac3081a3e
@ -13,7 +13,9 @@
|
|||||||
[editor]
|
[editor]
|
||||||
cursorline = true
|
cursorline = true
|
||||||
true-color = true
|
true-color = true
|
||||||
|
gutters = ["diff", "diagnostics", "line-numbers", "spacer"]
|
||||||
|
completion-replace = true
|
||||||
|
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
normal = "block"
|
normal = "block"
|
||||||
@ -24,6 +26,10 @@
|
|||||||
|
|
||||||
[editor.indent-guides]
|
[editor.indent-guides]
|
||||||
render = true
|
render = true
|
||||||
|
|
||||||
|
[editor.statusline]
|
||||||
|
left = ["mode", "spinner"]
|
||||||
|
center = ["file-name"]
|
||||||
'';
|
'';
|
||||||
|
|
||||||
file.".config/helix/languages.toml".text = ''
|
file.".config/helix/languages.toml".text = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user