mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
6 lines
98 B
VimL
6 lines
98 B
VimL
if !polyglot#util#IsEnabled('jq', expand('<sfile>:p'))
|
|
finish
|
|
endif
|
|
|
|
setlocal commentstring=#%s
|