Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/unclebill/google.vim
- Owner: UncleBill
- Created: 2014-01-25T04:38:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T07:01:16.000Z (almost 11 years ago)
- Last Synced: 2024-10-19T23:27:11.892Z (about 1 month ago)
- Language: VimL
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```