nvim-ufo
nvim-ufo copied to clipboard
feat: function to merge Ufo providers
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