nvim-ufo icon indicating copy to clipboard operation
nvim-ufo copied to clipboard

feat: function to merge Ufo providers

Open LucasAVasco opened this issue 9 months ago • 0 comments

Add this function:

require('ufo')mergeProviders({prov1, prov2, ...})

This function will merge prov1, prov2, ... and return a function that gets all folds of these providers

Providers passed as strings will be considered default Ufo providers. Those provided as functions will be executed to obtain the folds

LucasAVasco avatar May 09 '24 03:05 LucasAVasco