luukvbaal / statuscol.nvim

Status column plugin that provides a configurable 'statuscolumn' and click handlers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Folds are not saved in sessions

niksingh710 opened this issue · comments

I am using https://github.com/Shatur/neovim-session-manager and nvim-ufo

and the folds state are not saved when loading any session the folds are opened.

How is this an issue with this plugin? This plugin just has a foldcolumn that will show folds if they are present. If they are not persistent when restoring a session this plugin cannot show them either.

How is this an issue with this plugin? This plugin just has a foldcolumn that will show folds if they are present. If they are not persistent when restoring a session this plugin cannot show them either.

but if i disable this plugin and then try.
session restores fold as expected.

Try what? Please provide the steps to reproduce.

Try what? Please provide the steps to reproduce.

sry for the typo in above comment.
i tried to create a minimal config to reproduce and then realized that it has to do with neovim.

if i restore the session then the folds are folded as expected but if i open the same file manually the folds are not kept.

will dig into that not an issue from statuscol.