Skip to content

Commit 5d3d1b6

Browse files
authored
docs: Mention need to *not* use semver support in plugin managers (#619)
1 parent df4be86 commit 5d3d1b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ sudo make install
4747
vim-addon-manager install markdown
4848
```
4949

50+
If you are using a package manager with semver support (like [lazy.nvim](https://github.com/folke/lazy.nvim)) make sure you are following the master branch (see https://github.com/preservim/vim-markdown/issues/616).
51+
5052
If you are not using any package manager, download the [tarball](https://github.com/preservim/vim-markdown/archive/master.tar.gz) and do this:
5153

5254
```sh

0 commit comments

Comments
 (0)