dotfiles/.vim/template/javascript/snip-jquery-getjson.js

4 lines
64 B
JavaScript

$.getJSON("{{_input_:URL}}", function(data) {
{{_cursor_}}
});