iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.82k stars 284 forks source link

Interesting bug about auto start up #481

Closed CharlesChiuGit closed 2 years ago

CharlesChiuGit commented 2 years ago

Describe the bug I accidentally found a interesting bug. I am using neovim in wsl2 and I had set let g:mkdp_auto_start = 1 and it never auto pop-up the preview tab in my windows browser before. But today it suddenly worked! I notice a big difference today is that the internet in my wsl2 is acutally down, e.g. when I use sudo apt update or something similar that requires outer internet connection, it will fail.

Once I restart my computer and the wsl2 get it's outer internet connection back, the preview tab fails auto pop-up anymore.

I thought this is a cool observation to share.

Desktop (please complete the following information):

CharlesChiuGit commented 2 years ago

Seems fixed after recompiled it.