jiangmiao/auto-pairs

AutoPair disable by default

Opened this issue · 1 comments

Is there a way to have the plugin installed but be disable by default?

You can set up an autocmd to set b:autopairs_enabled to 0 whenever a new buffer is created.

This does still create the keybinds and whatnot (implementation detail), so may not be what you want