summaryrefslogtreecommitdiffstats
path: root/doc/opam.txt
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-24 12:37:31 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-24 12:37:31 +0200
commit8f5134aef8c4162235892d87407275f447e54e40 (patch)
tree1a69b34bcbe28d2a2cf62805c11ac7b48420da9d /doc/opam.txt
parentbe8d039e02e4e4219639935aafa1194932e980e7 (diff)
downloadvim-polyglot-8f5134aef8c4162235892d87407275f447e54e40.tar.gz
vim-polyglot-8f5134aef8c4162235892d87407275f447e54e40.zip
Include docs of plugins
Diffstat (limited to 'doc/opam.txt')
-rw-r--r--doc/opam.txt22
1 files changed, 22 insertions, 0 deletions
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 <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