vim-jsonnet/ftplugin/jsonnet.vim
2023-02-20 14:33:14 +00:00

13 lines
157 B
VimL

" -- fmt
command! -nargs=0 JsonnetFmt call jsonnet#Format()
" -- eval
command! -nargs=0 JsonnetEval call jsonnet#Eval()
setlocal commentstring=//\ %s