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