From 6b540d7db030e4110aa3a31dd06c6c41387444db Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 2 Mar 2020 00:34:02 +0100 Subject: Update --- ftplugin/dune.vim | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ftplugin/dune.vim (limited to 'ftplugin/dune.vim') diff --git a/ftplugin/dune.vim b/ftplugin/dune.vim new file mode 100644 index 00000000..cce58e5e --- /dev/null +++ b/ftplugin/dune.vim @@ -0,0 +1,14 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1 + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin=1 + +set lisp + +" Comment string +setl commentstring=;\ %s +setl comments=:; + +endif -- cgit v1.2.3