grin.vim : Vim plugin for 'grin', the Python port of 'ack'
script karma |
Rating -1/1,
Downloaded by 729 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Santiago Suarez Ordoñez |
|
script type |
utility |
|
description |
This plugin is a front for grin, the python version of Ack. Grin can be used as a replacement for grep, it will allow you to run grin from vim, get the results in a split window and open them right in the editor. |
|
install details |
Grin
Install grin at OS level, user levle or even on a virtualenv:
Global install
$ sudo pip install grin
User install:
$ pip install --user grin
In a Virtualenv:
$ mkvirtualenv grin
$ workon grin
$ pip install grin
You can specify a custom grin name and path in your .vimrc like so:
let g:grinprg="<custom-grin-path> --emacs"
The Plugin
If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:
$ cd ~/.vim/bundle
$ git clone git://github.com/santiycr/grin.vim.git
Once help tags have been generated, you can view the manual with :help fugitive. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 44.220.184.63
|