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

Foldtext customization in Neovim

Results 16 pretty-fold.nvim issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/86543603/180613328-d6b95342-ca11-4b37-8469-518af961df1d.png) I use the plugin neorg, which automatically changes a certain syntax into a symbol and such. And in every .norg file it does it automatically. So i was wondering...

Hi, it seems that the default keybinding for `h` and `l` (from pretty-fold.preview) causes the floating window for `PackerSync` (packer.nvim) to be non-responsive. `j` and `k` work fine however. It...

related: https://github.com/nvim-treesitter/nvim-treesitter/issues/2633 (though issue is not bound to rust specificly)

I am not sure who would be in charge of fixing this, but I have found a conflict between this plugin and [petertriho/nvim-scrollbar](https://github.com/petertriho/nvim-scrollbar). Here is what it looks like: ![2022-01-25_23-48_2](https://user-images.githubusercontent.com/40435989/151123341-dde9787f-fdf3-46e6-80ff-37f853ec029b.png)...

When I start Neovim, I see this message in the status bar: ``` [pretty-fold.nvim] preview module have been moved into separate plugin:: https://github.com/anuvyklack/fold-preview.nvim ``` Is there a way to hide...

I added it to Packer in my Packer init.lua. Created a `pretty-fold-config` where I pasted the settings into an init.lua. But I don't see any changes. Is this supposed to...

Great Plugin! Is there a way to highlight the 'content'? It'll make the function signature looks better

Hello there, Let's assume the following code snippet: When i fold the function, the code looks like this ![image](https://github.com/anuvyklack/pretty-fold.nvim/assets/19708025/b993c1e2-285f-4d25-9f3b-2b28b422871d) I would like to get rid of the red circled `fill_char`s...

looks like `escape_lua_patterns` was missed in a previous refactor