anuvyklack / pretty-fold.nvim

Foldtext customization in Neovim
Apache License 2.0
441 stars 22 forks source link

Not generating folds automatically #37

Open V4G4X opened 8 months ago

V4G4X commented 8 months ago

I installed it in my lazy config file as:

    { 'anuvyklack/pretty-fold.nvim', config = function() require('pretty-fold').setup() end }

It installs the plugin successfully.

But when I open a new nvim window in my codebase, traverse to my file, and try folding, I get: E490: No Fold found

How do I go about fixing this?