mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-17 16:03:40 -05:00
Change ocaml provider, closes #320
This commit is contained in:
7
ftplugin/oasis.vim
Normal file
7
ftplugin/oasis.vim
Normal file
@@ -0,0 +1,7 @@
|
||||
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'ocaml') != -1
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
setlocal comments=:#
|
||||
setlocal commentstring=#\ %s
|
||||
Reference in New Issue
Block a user