vim-maktaba
vim-maktaba copied to clipboard
Add utilities for working with signs
Vim's signs are useful but managed globally by default. It's hard to do things like clear all signs created by your plugin.
maktaba could have some utilities for working with signs.
Looks like vim added some built-in functions for working with signs in 8.1.0614 (see vim/vim#3652 and :h sign-functions-details), so this would be a polyfill around those and follow conventions from those signatures.