szymonmaszke / vimpyter

Edit your Jupyter notebooks in Vim/Neovim
MIT License
334 stars 17 forks source link

set the fold parameters locally for this filetype #18

Closed TitouanT closed 5 years ago

TitouanT commented 5 years ago

You are currently overriding the defaults parameter for folding. This fix does not change the global behavior of this plugin but it limit side effects.

For example, in my vimrc I use the default foldmarkers and when I wanted to edit it on a split, (beside a notebook) none of my folds were recognized.