When inserting (, [, or { a closing character is automatically inserted.
How do I disable this feature? I looked in the wiki but couldn't see anything!
Hi @LucianBuzzo ,
Here's the relevant section: https://github.com/onivim/oni/wiki/Language-Support#auto-closing-pairs
And autoClosingPairs.enabled is the relevant setting, which you can set to false in your configuration.
Hope that helps.
Also added a link in the Configuration section of the Wiki, hopefully that makes it more discoverable in the future: https://github.com/onivim/oni/wiki/Configuration
@bryphe Thanks a bunch
Most helpful comment
Also added a link in the
Configurationsection of the Wiki, hopefully that makes it more discoverable in the future: https://github.com/onivim/oni/wiki/Configuration