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