Progress on v0.7 #76
Closed
altermo
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been working on the next version for quite a while now, so here is a progress update:
merge
flag (default: true) to merge with the global configft=...
becomesfiletype={ft=...}
){{'(',')',ft={'c'}}
becomes{{'(',')',filetype={ft={'c'}}}}
{filetype={ft={'lua'}},{'(',')',ft={'rust'}}
becomes{{'(',')',filetype={ft={'lua','rust'}}}}
{filetype={ft={'cpp'}},{'(',')',ft={merge=false,'markdown'}}
becomes{{'(',')',filetype={ft={'markdown'}}}}
utf-8
extension hack)Some breaking changes:
space
mapping is no longer enabled by default{extension={alpha=...}}
becomes{filter={alpha=...}}
alpha.all
is removed as start/end pair-specific configuration is now possiblemap
/cmap
becomesmap_modes={'i','c'}
For current status, see ultimate-autopair.nvim v0.7 and branch v0.7-pre-alpha
Beta Was this translation helpful? Give feedback.
All reactions