mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
10 lines
96 B
VimL
Vendored
10 lines
96 B
VimL
Vendored
|
|
|
|
|
|
" -- fmt
|
|
command! -nargs=0 JsonnetFmt call jsonnet#Format()
|
|
|
|
setlocal commentstring=//\ %s
|
|
|
|
|