mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
5 lines
136 B
VimL
5 lines
136 B
VimL
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'hive') == -1
|
|
setlocal comments=:--
|
|
setlocal commentstring=--\ %s
|
|
endif
|