Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unclebill/google.vim

A vim plugin for google searching, providing suggestion completion.
https://github.com/unclebill/google.vim

Last synced: 29 days ago
JSON representation

A vim plugin for google searching, providing suggestion completion.

Awesome Lists containing this project

README

        

###Intro

A vim plugin for google searching, providing suggestion completion

![google vim](https://f.cloud.github.com/assets/1141198/2182999/19bf761a-97a1-11e3-8e04-8819e8d2862d.jpg)

###Install

- Require: [mattn/webapi-vim](https://github.com/mattn/webapi-vim)
- `NeoBundle 'UncleBill/google.vim'`

###Setup

Set language:

```vim
let g:google_search_hl = 'language code'
```

Checkout [Web Interface Language Codes](https://sites.google.com/site/tomihasa/google-language-codes#interfacelanguage) for the codes

###Usage

```vim
:Google key " query suggestions starts with 'key'
:Google " search keyword under the curosr
```