Skip to content
Discussion options

You must be logged in to vote

The docs are trying to say that you could configure:

# ~/.config/helix/config.toml
[editor]
auto-pairs = false # completely disable auto-pairs
# or
auto-pairs = true # enable default auto-pairs

or you can use a table to configure which pairs should close each other:

[editor.auto-pairs]
"(" = ")" # use ) to close (
"[" = "]"
# other pairs here ...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@the-mikedavis
Comment options

Answer selected by BonfireAtNight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants