Include docs of plugins

This commit is contained in:
Adam Stankiewicz
2020-08-24 12:37:31 +02:00
parent be8d039e02
commit 8f5134aef8
35 changed files with 12493 additions and 30 deletions

22
doc/opam.txt Normal file
View File

@@ -0,0 +1,22 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1
*opam.txt* Switch OCaml versions from inside Vim using OPAM
Author: Rudi Grinberg <http://rgrinberg.com>
License: Same terms as Vim itself (see |license|)
This plugin is only available if 'compatible' is not set.
COMMANDS *:opam*
:Opam {version} Set the current OCaml version to {version}.
ABOUT *opam-about*
Grab the latest version or report a bug on GitHub:
https://github.com/ocaml/vim-ocaml
vim:tw=78:et:ft=help:norl:
endif