Progress on v0.7 #76
Closed
altermo
announced in
Announcements
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
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 https://github.com/users/altermo/projects/3 and branch v0.7-pre-alpha
Beta Was this translation helpful? Give feedback.
All reactions