vim-polyglot/ftplugin/solidity.vim

6 lines
127 B
VimL
Raw Permalink Normal View History

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