onivim / libvim

libvim: The core Vim editing engine as a minimal C library
https://v2.onivim.io
MIT License
691 stars 34 forks source link

feat(api): Add an option-set callback for synchronizing config #219

Closed bryphe closed 4 years ago

bryphe commented 4 years ago

This adds a callback whenever an option is set (ie :set rnu) - this will give us a hook to synchronize more vim settings and options in Onivim.

Also experiments with adding a couple of options: