Files
vim-polyglot/ftplugin/jsonnet.vim
2021-01-01 22:30:41 +01:00

14 lines
197 B
VimL

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