All Projects → laurentgoudet → Vim Howdoi

laurentgoudet / Vim Howdoi

Licence: wtfpl
A Vim frontend for howdoi, the awesome command line tool that lets you ask what you need and grabs the snippet of code from SO.

Labels

Projects that are alternatives of or similar to Vim Howdoi

Twitvim
Twitter client for Vim
Stars: ✭ 86 (-10.42%)
Mutual labels:  viml
Vim Search Pulse
Easily locate the cursor after a search
Stars: ✭ 91 (-5.21%)
Mutual labels:  viml
Vim Jst
A vim plugin for highlighting and indenting JST/EJS syntax
Stars: ✭ 92 (-4.17%)
Mutual labels:  viml
Vim Jinja
Repository for Jinja support in vim.
Stars: ✭ 87 (-9.37%)
Mutual labels:  viml
Vim Go Extra
Extra plugin for golang
Stars: ✭ 90 (-6.25%)
Mutual labels:  viml
Dotfiles
My dotfiles
Stars: ✭ 91 (-5.21%)
Mutual labels:  viml
Vimclojure Easy
Setting up VimClojure is easy!
Stars: ✭ 86 (-10.42%)
Mutual labels:  viml
Vip
DEPRECATED - Switch to https://github.com/tobyS/pdv and https://github.com/tobyS/vip instead!
Stars: ✭ 94 (-2.08%)
Mutual labels:  viml
Mango.vim
A color scheme for vim
Stars: ✭ 90 (-6.25%)
Mutual labels:  viml
Yavide
Modern C/C++ integrated development environment
Stars: ✭ 1,306 (+1260.42%)
Mutual labels:  viml
Source Insight Vim
source-insight-like vim.
Stars: ✭ 88 (-8.33%)
Mutual labels:  viml
Vim
我的VIM配置
Stars: ✭ 89 (-7.29%)
Mutual labels:  viml
Vim Json
Syntax highlighting for JSON in Vim
Stars: ✭ 91 (-5.21%)
Mutual labels:  viml
Netrw.vim
Network oriented reading, writing, and browsing (keywords: netrw ftp scp)
Stars: ✭ 86 (-10.42%)
Mutual labels:  viml
Vim config
My vim configuration; packaged to be other-user-friendly
Stars: ✭ 92 (-4.17%)
Mutual labels:  viml
Bash Support.vim
BASH IDE -- Write and run BASH-scripts using menus and hotkeys.
Stars: ✭ 86 (-10.42%)
Mutual labels:  viml
Unite Tag
tags soruce for unite.vim
Stars: ✭ 91 (-5.21%)
Mutual labels:  viml
Devbox
Solomon's dev environment
Stars: ✭ 95 (-1.04%)
Mutual labels:  viml
Cmd2.vim
cmdline-mode enhancement for Vim
Stars: ✭ 94 (-2.08%)
Mutual labels:  viml
Prolog.vim
Prolog Integration for Vim
Stars: ✭ 91 (-5.21%)
Mutual labels:  viml

vim-howdoi

A Vim frontend for howdoi, the awesome command line tool that lets you ask what you need and grabs the snippet of code from SO.

Features

  • Type your query and enter <CTRL-H> to get the code!
  • You can also use the plugin's menu entry under GUI
  • Overwrite the default mapping with map <WhatYouWant> <Plug>Howdoi

Requirements

Install howdoi if you haven't:

pip install howdoi

You must also have vim compiled with +python support. You can check that using the command:

vim --version | grep +python

Vim package in Ubuntu and it's derivatives comes with +python support.

Installation

Pathogen

Clone this repository in your ~/.vim/bundle directory:

git clone https://github.com/laurentgoudet/vim-howdoi.git

Using vundle

Add this to your ~/.vimrc file:

Bundle 'laurentgoudet/vim-howdoi.git'

Then, from the command line, run:

vim +BundleInstall +qall

Manually

Clone the plugin into a seperate directory:

cd ~/.vim
git clone https://github.com/laurentgoudet/vim-howdoi.git bundle/vim-howdoi

Add to your ~/.vimrc:

set runtimepath^=~/.vim/bundle/vim-howdoi

Usage

  1. Write what your are looking for
  2. Press <CTRL-H> to get the code!

Troubleshooting

You'll maybe need LXML2 apt-get install python-lxml if howdoi compilation fails.

License

This plugin is released under the WTFPLv2 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].