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

https://github.com/tehmaze/vim-pythongotofile

Python goto file for vim
https://github.com/tehmaze/vim-pythongotofile

Last synced: 5 months ago
JSON representation

Python goto file for vim

Awesome Lists containing this project

README

          

About
=====

For python files, the default ``gf`` command is not really helpful. This plugin
replaces the ``gf`` (goto file) command for Python files.

Usage
=====

Get https://github.com/tpope/vim-pathogen/ and install pythonGotoFile:

$ cd ~/.vim/bundle
~/.vim/bundle$ git clone https://github.com/tehmaze/vim-pythonGotoFile \
pythonGotoFile

Enjoy!