1
0
Fork 0
mirror of synced 2024-09-29 14:07:00 -04:00
ultimate-vim/functions/PrettifyJSON.vim

6 lines
103 B
VimL
Raw Normal View History

2017-12-18 04:18:31 -05:00
function! PrettifyJSON()
execute ':r !node ~/.vim_runtime/functions/PrettifyJSON.js %'
endfunction