AutoPair disable by default
cirofabianbermudez opened this issue · 1 comments
cirofabianbermudez commented
Is there a way to have the plugin installed but be disable by default?
LunarWatcher commented
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