mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
8 lines
112 B
VimL
8 lines
112 B
VimL
if !has_key(g:polyglot_is_disabled, 'ocaml')
|
|
finish
|
|
endif
|
|
|
|
|
|
setlocal comments=:#
|
|
setlocal commentstring=#\ %s
|