vim-markdown icon indicating copy to clipboard operation
vim-markdown copied to clipboard

Fold level keeps changing while typing in insert mode

Open marcus-grant opened this issue 4 years ago • 4 comments

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

marcus-grant avatar Oct 22 '21 15:10 marcus-grant

Same problem with neovim 0.6.1 on macos x86

nvllsvm avatar Mar 16 '22 23:03 nvllsvm

+1

shivanthzen avatar Jun 23 '22 15:06 shivanthzen

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.

tehmasterer avatar Aug 19 '22 02:08 tehmasterer

Try

let g:vim_markdown_folding_disabled = 1
let g:markdown_folding = 1

andrew222651 avatar Nov 27 '22 18:11 andrew222651