[src:feat] add Google Scholar completion

This commit is contained in:
Maddison Hellstrom 2020-12-15 21:54:52 -08:00
parent f246b0e9ba
commit 10537a48bb
1 changed files with 10 additions and 0 deletions

View File

@ -732,6 +732,16 @@ completions.G = {
callback: completions.go.callback,
}
// Google Scholar
completions.gs = {
alias: "gs",
name: "google-scholar",
search: "https://scholar.google.com/scholar?q=",
compl: "https://scholar.google.com/scholar_complete?q=",
}
completions.gs.callback = (response) => JSON.parse(response.text).l
// ****** Elixir ****** //
// Hex.pm