blob: 500787a088e5e21d7e3452a143ee28248537cd2f (
plain) (
tree)
|
|
if polyglot#init#is_disabled(expand('<sfile>:p'), 'jsonnet', 'ftplugin/jsonnet.vim')
finish
endif
" -- fmt
command! -nargs=0 JsonnetFmt call jsonnet#Format()
setlocal commentstring=//\ %s
|