vim-markdown
                                
                                 vim-markdown copied to clipboard
                                
                                    vim-markdown copied to clipboard
                            
                            
                            
                        Fold level keeps changing while typing in insert mode
For some reason the folding goes haywire when I'm typing things in insert mode. Basically it will keep going up and down in fold level around the current block I'm editing making it very hard to see what I'm doing. I'm using the default configurations (ie no configurations related to the plugin) and vim version 8.2 compiled by Homebrew on MacOS arm64
Same problem with neovim 0.6.1 on macos x86
+1
Same issue here, running Vim 8.2 on Linux. My .vimrc is very minimal and this is the only plugin I use.
This happens very frequently with long markdown files, basically making Vim unusable.
I tried using let g:vim_markdown_folding_style_pythonic = 1 to fix it, but it made no difference.
Try
let g:vim_markdown_folding_disabled = 1
let g:markdown_folding = 1