From 521220f389907255b6d9a87458333b468ffc7ac4 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 4 Mar 2019 12:09:44 +0100 Subject: Change ocaml provider, closes #320 --- ftplugin/oasis.vim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ftplugin/oasis.vim (limited to 'ftplugin/oasis.vim') diff --git a/ftplugin/oasis.vim b/ftplugin/oasis.vim new file mode 100644 index 00000000..8471329f --- /dev/null +++ b/ftplugin/oasis.vim @@ -0,0 +1,7 @@ +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'ocaml') != -1 + finish +endif + + +setlocal comments=:# +setlocal commentstring=#\ %s -- cgit v1.2.3