From 8f5134aef8c4162235892d87407275f447e54e40 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 24 Aug 2020 12:37:31 +0200 Subject: Include docs of plugins --- doc/opam.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/opam.txt (limited to 'doc/opam.txt') diff --git a/doc/opam.txt b/doc/opam.txt new file mode 100644 index 00000000..6669bb2b --- /dev/null +++ b/doc/opam.txt @@ -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 +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 -- cgit v1.2.3