python-vim
python-vim copied to clipboard
Docker vim editor for python with configuration (lot of python, autocompletition, fuzzy finder, debugger, ...)
python-vim
Docker with fisadev vim configuration (lot of python, autocompletition, fuzzy finder, debugger, ...)
Configuration from fisadev/fisa-vim-config, a vim configuration for the modern pythonista.

Installation and documentation
Badges
Python 3 (latest, 3, 3.5, 3.6.3):
Python 2 (2, 2.7, 2.7.12):
Installation instructions:
A simple bash alias
alias python-vim='docker run -it --rm -v $(pwd):/src --workdir /src fedeg/python-vim:latest'
Install for specific python version:
Change docker image tag
Python 3 (3.5, 3.5.2):
alias python-vim='docker run -it --rm -v $(pwd):/src --workdir /src fedeg/python-vim:3.5'
Python 3 (latest, 3, 3.6, 3.6.3):
alias python-vim='docker run -it --rm -v $(pwd):/src --workdir /src fedeg/python-vim:3'
Python 2 (2, 2.7, 2.7.12):
alias python-vim='docker run -it --rm -v $(pwd):/src --workdir /src fedeg/python-vim:2'
Use instructions:
python-vim