On 28.03.19 21:32, Matyáš Bobek wrote: > I reckon writing vim extensions in C must be quite obscure... How is it > done?
It's not. They are written in vimscript, analogous to elisp. There is a large landscape of add-ons written in the language, and a choice of managers to automate the minor tedium of installing them in the right place. The few bits of vimscript in my .vimrc are minimal, such as a function to append section length in lines or pages when the section is folded. Erik