mirror of
https://github.com/google/vim-jsonnet.git
synced 2026-01-21 18:11:42 +01:00
10 lines
96 B
VimL
10 lines
96 B
VimL
|
|
|
|
|
|
" -- fmt
|
|
command! -nargs=0 JsonnetFmt call jsonnet#Format()
|
|
|
|
setlocal commentstring=//\ %s
|
|
|
|
|