Skip to content

Commit

Permalink
docs: Mention need to *not* use semver support in plugin managers (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
B4rc1 authored Feb 24, 2023
1 parent df4be86 commit 5d3d1b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ sudo make install
vim-addon-manager install markdown
```

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).

If you are not using any package manager, download the [tarball](https://github.com/preservim/vim-markdown/archive/master.tar.gz) and do this:

```sh
Expand Down

0 comments on commit 5d3d1b6

Please sign in to comment.