inline-fold.nvim icon indicating copy to clipboard operation
inline-fold.nvim copied to clipboard

A neovim version of the inline fold plugin

Results 4 inline-fold.nvim issues
Sort by recently updated
recently updated
newest added

Does it work on laravel blade files with tailwind css? if so how do i make it work? I added *.blade.php to the pattern but it does not fold css...

Hi, I am trying to understand how this plugin is different from https://github.com/razak17/tailwind-fold.nvim since this one is newer but doesn't provide clear instructions on how it works for example with...

I saw this regex on a [Drifting Ruby video](https://www.driftingruby.com/episodes/dependent-fields-with-hotwire?utm_source=hotwireweekly&utm_medium=email&utm_campaign=week-36-lazy-load-turbo-frames-early-turbo-larvel-morphing-support) that might be helpful: `"(class=|className=|class:\\s*)(({(`|))|(['\"`]))(.*?)(\\2|(\\4)})"` ```eruby ```