vim-polyglot/ftplugin/solidity.vim

6 lines
122 B
VimL
Raw Normal View History

2017-09-27 14:08:01 -04:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'solidity') == -1
setlocal commentstring=//\ %s
endif