1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 05:20:04 +08:00
SpaceVim/bundle/vim-jsonnet/ftplugin/jsonnet.vim

10 lines
96 B
VimL
Raw Normal View History

2022-05-08 19:01:53 +08:00
" -- fmt
command! -nargs=0 JsonnetFmt call jsonnet#Format()
setlocal commentstring=//\ %s