Lucas de A. Vasco
Results
2
issues of
Lucas de A. Vasco
Add this function: ```lua 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...
Add a provider that can fold generic markers. The default ones are: * '{{{' and '}}}' from vim * '#region' and '#endregion' from VS Code You can change the markers...