iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.76k stars 280 forks source link

在 vim 中使用时与 coc.nvim 有冲突? #35

Closed weirongxu closed 5 years ago

weirongxu commented 5 years ago

Vim version Vi IMproved 8.1. patches 1-1017

  1. modified init.vim
    
    set nocompatible

execute 'set rtp+=' . expand(':p:h:h') set rtp+=/path/to/neoclide/coc.nvim


2.
```shell
vim -u init.vim test.md

3.

:MarkdownPreview

执行之后没有任何响应

在 nvim 中是正常的。

iamcco commented 5 years ago

更新下试试

weirongxu commented 5 years ago

还是不行呢。

iamcco commented 5 years ago

我得花点时间看看这个问题

iamcco commented 5 years ago

解决了,更新试一下

weirongxu commented 5 years ago

没问题了 👍