Open rnmhdn opened 5 years ago
Also the folding is working so bad for me. When I enter insert mode all the foldings expand, when I press ESC twice they collapse all kinds of weird random things happen. also sometime all folds randomly collapse or expand, I expect that's due to some other plugin that I'm using. like maybe some plugin reads the whole file and then vim-markdown thinks it should expand :-/
Also Strikethrough is not working even tho I have added:
let g:vim_markdown_strikethrough = 1
when I have something like ~~strike~~
I expect to get ~~ strike ~~ but I get a purple ~~strike~~
my Toc:
when I go on one of the links and press
ge
in normal mode I get something like:"#the-project-structure.md" [New File]
but I expect to get scrolled to the corresponding tag in the current document.VIM 8.1 Installed latest vim-markdown with vim-Plug right now. My vimrc: