mirror of
https://github.com/google/vim-jsonnet.git
synced 2026-01-22 02:21:05 +01:00
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.
10 lines
67 B
VimL
10 lines
67 B
VimL
|
|
|
|
|
|
" -- fmt
|
|
command! -nargs=0 JsonnetFmt call jsonnet#Format()
|
|
|
|
|
|
|
|
|