pretty-fold.nvim
pretty-fold.nvim copied to clipboard
Foldtext customization in Neovim
 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: ...
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...
Can't find it in readme
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  I would like to get rid of the red circled `fill_char`s...
looks like `escape_lua_patterns` was missed in a previous refactor