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

16
doc/ocaml.txt Normal file
View File

@@ -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