blob: 500787a088e5e21d7e3452a143ee28248537cd2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|