Files
vim-polyglot/ftplugin/jsonnet.vim
2020-10-25 20:33:44 +01:00

14 lines
159 B
VimL

if !has_key(g:polyglot_is_disabled, 'jsonnet')
finish
endif
" -- fmt
command! -nargs=0 JsonnetFmt call jsonnet#Format()
setlocal commentstring=//\ %s