mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 20:13:51 -05:00
7 lines
111 B
VimL
7 lines
111 B
VimL
if has_key(g:polyglot_is_disabled, 'hive')
|
|
finish
|
|
endif
|
|
|
|
setlocal comments=:--
|
|
setlocal commentstring=--\ %s
|