vim-pony icon indicating copy to clipboard operation
vim-pony copied to clipboard

Pony power for working with Django projects.

Results 4 vim-pony issues
Sort by recently updated
recently updated
newest added

Like in title I want to run server from vim but got instead this error. I need to setup something if I want that to work ?

It'd be great to have a global configuration variable where we could add more file names, e.g: serializers.py, tasks.py, forms.py, etc.

I use virtualenvs or Vagrant VMs to encapsulate environments and Vim on the host to edit. I'd like to be able to have a config option that allows me to...

The `complete_goto_dict` only supports filenames (such as **tests.py**), but it should also consider the concept that there might be a package called `tests`. This case would require looking for **tests/**init**.py**...