vim-jsonnet/ftplugin/jsonnet.vim
Hakan Baba 5c07e8e8fa Added automatic jsonned execution at save time.
Added documentation, a vim command, a user callable function and an
autocommand that gets executed at every save.

The defaults are hight configurable with options that are also
documented in this change.
2016-10-07 23:14:11 -07:00

10 lines
67 B
VimL

" -- fmt
command! -nargs=0 JsonnetFmt call jsonnet#Format()