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/ocaml.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/ocaml.txt (limited to 'doc/ocaml.txt') diff --git a/doc/ocaml.txt b/doc/ocaml.txt new file mode 100644 index 00000000..83c5418d --- /dev/null +++ b/doc/ocaml.txt @@ -0,0 +1,16 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1 + +*ocaml.txt* Filetype plugin for OCaml + +CONFIGURATION *ocaml-configuration* + + *g:ocaml_highlight_operators* + +By default operators are not linked to the Operator group and thus not +highlighted. You can turn on highlighting of operators by defining: + + let g:ocaml_highlight_operators = 1 + + vim:tw=78:et:ft=help:norl: + +endif -- cgit v1.2.3