Closed CharlesGueunet closed 4 years ago
@CharlesGueunet All plugins have been updated and do not require-module
or enable functionalities on their own.
It has been reflected in the Installation section.
See the discussion: https://github.com/alexherbo2/connect.kak/issues/29
All right I just needed to update my conf to:
plug "alexherbo2/prelude.kak"
plug "alexherbo2/auto-pairs.kak" %{
require-module prelude
require-module auto-pairs
auto-pairs-enable
}
Thanks for the help
Hello.
On Kakoune current master (cfbff4e1), it seems auto-pairs have stopped working. When inserting a
"([{'
the counterpart character is not inserted automatically.